summaryrefslogtreecommitdiffstats
path: root/include/linux/inet.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/inet.h')
-rw-r--r--include/linux/inet.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/inet.h b/include/linux/inet.h
index 9bd28d56e..acb93765f 100644
--- a/include/linux/inet.h
+++ b/include/linux/inet.h
@@ -45,8 +45,8 @@
#ifdef __KERNEL__
extern void inet_proto_init(struct net_proto *pro);
-extern char *in_ntoa(unsigned long in);
-extern unsigned long in_aton(const char *str);
+extern char *in_ntoa(__u32 in);
+extern __u32 in_aton(const char *str);
#endif
#endif /* _LINUX_INET_H */