patch-2.1.38 linux/net/ipv4/utils.c
Next file: linux/net/ipv6/addrconf.c
Previous file: linux/net/ipv4/tcp_timer.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Wed May 14 15:01:21 1997
- Orig file:
v2.1.37/linux/net/ipv4/utils.c
- Orig date:
Mon Oct 28 04:29:31 1996
diff -u --recursive --new-file v2.1.37/linux/net/ipv4/utils.c linux/net/ipv4/utils.c
@@ -46,7 +46,7 @@
* Display an IP address in readable format.
*/
-char *in_ntoa(unsigned long in)
+char *in_ntoa(__u32 in)
{
static char buff[18];
char *p;
@@ -62,7 +62,7 @@
* Convert an ASCII string to binary IP.
*/
-unsigned long in_aton(const char *str)
+__u32 in_aton(const char *str)
{
unsigned long l;
unsigned int val;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov