diff options
-rw-r--r-- | source3/nsswitch/winbind_nss_linux.c | 2 | ||||
-rw-r--r-- | source3/utils/ntlm_auth.c | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/source3/nsswitch/winbind_nss_linux.c b/source3/nsswitch/winbind_nss_linux.c index bfac2ecdd1..b59c0021c2 100644 --- a/source3/nsswitch/winbind_nss_linux.c +++ b/source3/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/source3/utils/ntlm_auth.c b/source3/utils/ntlm_auth.c index e313d62d02..4586086d73 100644 --- a/source3/utils/ntlm_auth.c +++ b/source3/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; |