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

vapier at busybox.net vapier at busybox.net
Fri Mar 4 01:10:57 UTC 2005


Author: vapier
Date: 2005-03-03 18:10:56 -0700 (Thu, 03 Mar 2005)
New Revision: 9970

Log:
newlib fixe from Shaun Jackman

Modified:
   trunk/busybox/libbb/interface.c


Changeset:
Modified: trunk/busybox/libbb/interface.c
===================================================================
--- trunk/busybox/libbb/interface.c	2005-03-04 01:09:43 UTC (rev 9969)
+++ trunk/busybox/libbb/interface.c	2005-03-04 01:10:56 UTC (rev 9970)
@@ -1374,7 +1374,7 @@
 #if HAVE_HWETHER
 #include <net/if_arp.h>
 
-#if __GLIBC__ >=2 && __GLIBC_MINOR >= 1
+#if (__GLIBC__ >=2 && __GLIBC_MINOR >= 1) || defined(_NEWLIB_VERSION)
 #include <net/ethernet.h>
 #else
 #include <linux/if_ether.h>




More information about the busybox-cvs mailing list