svn commit: samba r5138 - in branches/SAMBA_4_0/source/nsswitch: .

metze at samba.org metze at samba.org
Mon Jan 31 16:07:56 GMT 2005


Author: metze
Date: 2005-01-31 16:07:56 +0000 (Mon, 31 Jan 2005)
New Revision: 5138

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

Log:
don't create prototypes for samba3's winbind client lib
they're in hand declared

metze

Modified:
   branches/SAMBA_4_0/source/nsswitch/config.mk


Changeset:
Modified: branches/SAMBA_4_0/source/nsswitch/config.mk
===================================================================
--- branches/SAMBA_4_0/source/nsswitch/config.mk	2005-01-31 16:06:21 UTC (rev 5137)
+++ branches/SAMBA_4_0/source/nsswitch/config.mk	2005-01-31 16:07:56 UTC (rev 5138)
@@ -2,6 +2,6 @@
 # Start SUBSYSTEM LIB_WINBIND_CLIENT
 [SUBSYSTEM::LIB_WINBIND_CLIENT]
 ADD_OBJ_FILES = nsswitch/wb_common.o
-
+NOPROTO=YES
 # End SUBSYSTEM LIB_WINBIND_CLIENT
 #################################



More information about the samba-cvs mailing list