diff options
author | Alexey Dobriyan <adobriyan@gmail.com> | 2006-01-06 13:24:54 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2006-01-06 13:24:54 -0800 |
commit | a2167dc62e9142b9a4bfb20f7e001c0f0a26fd8c (patch) | |
tree | c6f2a4206952e51f765f3e7ef84892746579501c /include/linux/inet.h | |
parent | 76ab608d86cf1ef5c5c46819b5733eb9f9f964f8 (diff) |
[NET]: Endian-annotate in_aton()
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/inet.h')
-rw-r--r-- | include/linux/inet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/inet.h b/include/linux/inet.h index 3b5e9fdff872..6c5587af118d 100644 --- a/include/linux/inet.h +++ b/include/linux/inet.h @@ -45,6 +45,6 @@ #ifdef __KERNEL__ #include <linux/types.h> -extern __u32 in_aton(const char *str); +extern __be32 in_aton(const char *str); #endif #endif /* _LINUX_INET_H */ |