From da3943ed35232ee54e67e955b2dc4855fd3301be Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Mon, 4 Jun 2001 04:12:38 +0000 Subject: More compile fixups for winbind portability. (This used to be commit 086f332bb11ff0b2474554f81ef257e6a444a5cc) --- source3/nsswitch/wbinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/nsswitch/wbinfo.c') diff --git a/source3/nsswitch/wbinfo.c b/source3/nsswitch/wbinfo.c index 6c5c476dfc..237995af7f 100644 --- a/source3/nsswitch/wbinfo.c +++ b/source3/nsswitch/wbinfo.c @@ -25,7 +25,7 @@ #include "winbindd.h" #include "debug.h" -/* Prototypes from common.h - only needed #if TNG */ +/* Prototypes from common.h */ int winbindd_request(int req_type, struct winbindd_request *request, struct winbindd_response *response); -- cgit