From dded66808dab60c4e64e5401a5cb8b1605e29f0e Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 10 Apr 2005 15:54:18 +0000 Subject: r6281: Fix the build for FreeBSD 4 -- no winbind (This used to be commit 1ce9a0159d36c2e4f154fb60c86cebcfbc2038dc) --- source3/web/diagnose.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source3/web/diagnose.c b/source3/web/diagnose.c index 0c9c854df7..f4b022cf58 100644 --- a/source3/web/diagnose.c +++ b/source3/web/diagnose.c @@ -21,10 +21,10 @@ #include "includes.h" #include "web/swat_proto.h" -#ifdef WITH_WINBIND - extern struct in_addr loopback_ip; +#ifdef WITH_WINBIND + NSS_STATUS winbindd_request(int req_type, struct winbindd_request *request, struct winbindd_response *response); -- cgit