[BusyBox-cvs] busybox/libbb inet_common.c,1.7,1.8

Manuel Novoa III mjn3 at busybox.net
Wed Mar 10 07:42:40 UTC 2004


Update of /var/cvs/busybox/libbb
In directory nail:/tmp/cvs-serv14034/libbb

Modified Files:
	inet_common.c 
Log Message:
In spite of the feature freeze, check in a complete rework of route which
fixes some bugs, adds some error checking, and removes _lots_ of bloat.
Text size on i386...
              old     new
   ipv6      5425    3523
   no ipv6   3143    2193


Index: inet_common.c
===================================================================
RCS file: /var/cvs/busybox/libbb/inet_common.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- a/inet_common.c	14 Jul 2003 21:20:55 -0000	1.7
+++ b/inet_common.c	10 Mar 2004 07:42:38 -0000	1.8
@@ -186,7 +186,7 @@
 
 #ifdef CONFIG_FEATURE_IPV6
 
-int INET6_resolve(char *name, struct sockaddr_in6 *sin6)
+int INET6_resolve(const char *name, struct sockaddr_in6 *sin6)
 {
 	struct addrinfo req, *ai;
 	int s;




More information about the busybox-cvs mailing list