diff options
author | Stefan Metzmacher <metze@samba.org> | 2005-01-31 16:07:56 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:09:26 -0500 |
commit | ad234a53f673f464fc77f611c02e2b51ff41c06a (patch) | |
tree | 58605eb7d445524deae29f4ee58cebfe6480fa4e /source4/nsswitch | |
parent | d8d3a5ffe3fb73d64869c133fe398efeb4e79d77 (diff) | |
download | samba-ad234a53f673f464fc77f611c02e2b51ff41c06a.tar.gz samba-ad234a53f673f464fc77f611c02e2b51ff41c06a.tar.xz samba-ad234a53f673f464fc77f611c02e2b51ff41c06a.zip |
r5138: don't create prototypes for samba3's winbind client lib
they're in hand declared
metze
(This used to be commit fcc690a274963565d13fc358edc61db57c4111b9)
Diffstat (limited to 'source4/nsswitch')
-rw-r--r-- | source4/nsswitch/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/nsswitch/config.mk b/source4/nsswitch/config.mk index 676cc2858dc..8b559d6205f 100644 --- a/source4/nsswitch/config.mk +++ b/source4/nsswitch/config.mk @@ -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 ################################# |