svn commit: samba r6281 - in branches/SAMBA_3_0/source/web: .

vlendec at samba.org vlendec at samba.org
Sun Apr 10 15:54:18 GMT 2005


Author: vlendec
Date: 2005-04-10 15:54:18 +0000 (Sun, 10 Apr 2005)
New Revision: 6281

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

Log:
Fix the build for FreeBSD 4 -- no winbind
Modified:
   branches/SAMBA_3_0/source/web/diagnose.c


Changeset:
Modified: branches/SAMBA_3_0/source/web/diagnose.c
===================================================================
--- branches/SAMBA_3_0/source/web/diagnose.c	2005-04-10 15:46:01 UTC (rev 6280)
+++ branches/SAMBA_3_0/source/web/diagnose.c	2005-04-10 15:54:18 UTC (rev 6281)
@@ -21,10 +21,10 @@
 #include "includes.h"
 #include "web/swat_proto.h"
 
+extern struct in_addr loopback_ip;
+
 #ifdef WITH_WINBIND
 
-extern struct in_addr loopback_ip;
-
 NSS_STATUS winbindd_request(int req_type,
 			struct winbindd_request *request,
 			struct winbindd_response *response);



More information about the samba-cvs mailing list