[BusyBox-cvs] svn commit: trunk/busybox/include

vapier at busybox.net vapier at busybox.net
Sat Jul 30 08:54:44 UTC 2005


Author: vapier
Date: 2005-07-30 02:54:43 -0600 (Sat, 30 Jul 2005)
New Revision: 10977

Log:
in order to make sure the INET6 prototypes are exported, we would have to include the libbb.h header file ... but then we have to worry about including too early/etc...
since simply defining the prototype in an internal header file doesnt hurt anyone, lets not worry about the header file crap and just always prototype the inet6 functions

Modified:
   trunk/busybox/include/inet_common.h


Changeset:
Modified: trunk/busybox/include/inet_common.h
===================================================================
--- trunk/busybox/include/inet_common.h	2005-07-30 08:48:10 UTC (rev 10976)
+++ trunk/busybox/include/inet_common.h	2005-07-30 08:54:43 UTC (rev 10977)
@@ -29,7 +29,5 @@
 extern int INET_rresolve(char *name, size_t len, struct sockaddr_in *s_in,
 			 int numeric, unsigned int netmask);
 
-#ifdef CONFIG_FEATURE_IPV6
 extern int INET6_resolve(const char *name, struct sockaddr_in6 *sin6);
 extern int INET6_rresolve(char *name, size_t len, struct sockaddr_in6 *sin6, int numeric);
-#endif




More information about the busybox-cvs mailing list