diff options
author | Tim Potter <tpot@samba.org> | 2001-06-04 04:12:38 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2001-06-04 04:12:38 +0000 |
commit | da3943ed35232ee54e67e955b2dc4855fd3301be (patch) | |
tree | 38269c47e9966e9414191c1b7b4536dccba77e5a /source3/nsswitch/wbinfo.c | |
parent | 384a328457676f1ece408fd0dca0a4c6954da872 (diff) | |
download | samba-da3943ed35232ee54e67e955b2dc4855fd3301be.tar.gz samba-da3943ed35232ee54e67e955b2dc4855fd3301be.tar.xz 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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nsswitch/wbinfo.c b/source3/nsswitch/wbinfo.c index 6c5c476dfc8..237995af7f5 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); |