patch-2.4.0-test9 linux/net/ipv4/utils.c

Next file: linux/net/ipv6/af_inet6.c
Previous file: linux/net/ipv4/udp.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test8/linux/net/ipv4/utils.c linux/net/ipv4/utils.c
@@ -57,12 +57,6 @@
 	return(buff);
 }
 
-char *in_ntoa2(__u32 in, char *buff)
-{
-	sprintf(buff, "%d.%d.%d.%d", NIPQUAD(in));
-	return buff;
-}
-
 /*
  *	Convert an ASCII string to binary IP. 
  */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)