svn commit: samba r18704 - in branches/SAMBA_4_0/source/lib/socket: .

metze at samba.org metze at samba.org
Wed Sep 20 00:23:27 GMT 2006


Author: metze
Date: 2006-09-20 00:23:26 +0000 (Wed, 20 Sep 2006)
New Revision: 18704

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

Log:
readd BOOL define to fix the build

but I think this is the wrong fix...

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


Changeset:
Modified: branches/SAMBA_4_0/source/lib/socket/netif.c
===================================================================
--- branches/SAMBA_4_0/source/lib/socket/netif.c	2006-09-20 00:15:50 UTC (rev 18703)
+++ branches/SAMBA_4_0/source/lib/socket/netif.c	2006-09-20 00:23:26 UTC (rev 18704)
@@ -80,6 +80,7 @@
 #include <net/if.h>
 #endif
 
+#define BOOL int
 #include "netif.h"
 
 #if HAVE_IFACE_IFCONF



More information about the samba-cvs mailing list