summaryrefslogtreecommitdiff
path: root/source3/nsswitch/wbinfo.c
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2001-06-04 04:12:38 +0000
committerTim Potter <tpot@samba.org>2001-06-04 04:12:38 +0000
commitda3943ed35232ee54e67e955b2dc4855fd3301be (patch)
tree38269c47e9966e9414191c1b7b4536dccba77e5a /source3/nsswitch/wbinfo.c
parent384a328457676f1ece408fd0dca0a4c6954da872 (diff)
downloadsamba-da3943ed35232ee54e67e955b2dc4855fd3301be.tar.gz
samba-da3943ed35232ee54e67e955b2dc4855fd3301be.tar.bz2
samba-da3943ed35232ee54e67e955b2dc4855fd3301be.zip
More compile fixups for winbind portability.
(This used to be commit 086f332bb11ff0b2474554f81ef257e6a444a5cc)
Diffstat (limited to 'source3/nsswitch/wbinfo.c')
-rw-r--r--source3/nsswitch/wbinfo.c2
1 files changed, 1 insertions, 1 deletions
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);