svn commit: samba r8541 - in branches/SAMBA_4_0/source/lib/netif: .

tridge at samba.org tridge at samba.org
Mon Jul 18 10:01:59 GMT 2005


Author: tridge
Date: 2005-07-18 10:01:58 +0000 (Mon, 18 Jul 2005)
New Revision: 8541

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=8541

Log:
this might take a few tries ...


Modified:
   branches/SAMBA_4_0/source/lib/netif/netif.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/netif/netif.c
===================================================================
--- branches/SAMBA_4_0/source/lib/netif/netif.c	2005-07-18 09:46:52 UTC (rev 8540)
+++ branches/SAMBA_4_0/source/lib/netif/netif.c	2005-07-18 10:01:58 UTC (rev 8541)
@@ -35,7 +35,6 @@
 #include <sys/types.h>
 #include <netdb.h>
 #include <sys/ioctl.h>
-#include <net/if.h>
 #include <netdb.h>
 #include <sys/ioctl.h>
 #include <sys/time.h>
@@ -77,6 +76,7 @@
 #define QSORT_CAST (int (*)(const void *, const void *))
 #endif
 
+#include <net/if.h>
 #include "netif.h"
 
 #if HAVE_IFACE_IFCONF



More information about the samba-cvs mailing list