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

abartlet at samba.org abartlet at samba.org
Sat Mar 11 06:24:44 GMT 2006


Author: abartlet
Date: 2006-03-11 06:24:44 +0000 (Sat, 11 Mar 2006)
New Revision: 14199

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

Log:
This isn't pretty, but it makes the network interface detection work again.

When making build changes, watch out that 'compiles' doesn't mean that
it works...

Andrew Bartlett

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


Changeset:
Modified: branches/SAMBA_4_0/source/lib/netif/netif.h
===================================================================
--- branches/SAMBA_4_0/source/lib/netif/netif.h	2006-03-11 04:03:12 UTC (rev 14198)
+++ branches/SAMBA_4_0/source/lib/netif/netif.h	2006-03-11 06:24:44 UTC (rev 14199)
@@ -28,4 +28,6 @@
 
 #define MAX_INTERFACES 128
 
+#ifndef AUTOCONF_TEST
 #include "netif/proto.h"
+#endif



More information about the samba-cvs mailing list