patch-2.1.38 linux/include/linux/inet.h

Next file: linux/include/linux/malloc.h
Previous file: linux/include/linux/in6.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.37/linux/include/linux/inet.h linux/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 */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov