commit | a2167dc62e9142b9a4bfb20f7e001c0f0a26fd8c | [log] [tgz] |
---|---|---|
author | Alexey Dobriyan <adobriyan@gmail.com> | Fri Jan 06 13:24:54 2006 -0800 |
committer | David S. Miller <davem@davemloft.net> | Fri Jan 06 13:24:54 2006 -0800 |
tree | c6f2a4206952e51f765f3e7ef84892746579501c | |
parent | 76ab608d86cf1ef5c5c46819b5733eb9f9f964f8 [diff] [blame] |
[NET]: Endian-annotate in_aton() Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/net/core/utils.c b/net/core/utils.c index 587eb77..ac1d1fc 100644 --- a/net/core/utils.c +++ b/net/core/utils.c
@@ -162,7 +162,7 @@ * is otherwise not dependent on the TCP/IP stack. */ -__u32 in_aton(const char *str) +__be32 in_aton(const char *str) { unsigned long l; unsigned int val;