From: Volker Lendecke Date: Sun, 6 Apr 2008 10:26:01 +0000 (+0200) Subject: Remove external refs to winbindd_fd X-Git-Tag: samba-3.3.0pre1~2896 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=18bf2b2028e64403a79b7cc06d3185a3e526d97d;p=thirdparty%2Fsamba.git Remove external refs to winbindd_fd --- diff --git a/source/nsswitch/winbind_nss_linux.c b/source/nsswitch/winbind_nss_linux.c index bfac2ecdd14..b59c0021c28 100644 --- a/source/nsswitch/winbind_nss_linux.c +++ b/source/nsswitch/winbind_nss_linux.c @@ -73,8 +73,6 @@ NSS_STATUS _nss_winbind_gidtosid(gid_t gid, char **sid, char *buffer, /* Prototypes from wb_common.c */ -extern int winbindd_fd; - /* Allocate some space from the nss static buffer. The buffer and buflen are the pointers passed in by the C library to the _nss_ntdom_* functions. */ diff --git a/source/utils/ntlm_auth.c b/source/utils/ntlm_auth.c index e313d62d020..4586086d73f 100644 --- a/source/utils/ntlm_auth.c +++ b/source/utils/ntlm_auth.c @@ -111,8 +111,6 @@ static const struct { { NUM_HELPER_MODES, NULL, NULL} }; -extern int winbindd_fd; - const char *opt_username; const char *opt_domain; const char *opt_workstation;