diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-09-14 13:14:59 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 15:06:44 -0500 |
commit | 1fc3a37902005a4f127191b9183747ddfb1f59a3 (patch) | |
tree | 521a0a5256cc6c71cdc5d0d29193be86668c6162 /source/nsswitch | |
parent | 9fac2bd884bc325792d65bcdd166d785269655df (diff) | |
download | samba-1fc3a37902005a4f127191b9183747ddfb1f59a3.tar.gz |
r25158: rename nsswitch/winbindd_nss.h => nsswitch/winbind_struct_protocol.h
metze
Diffstat (limited to 'source/nsswitch')
-rw-r--r-- | source/nsswitch/wbinfo.c | 2 | ||||
-rw-r--r-- | source/nsswitch/winbind_client.h | 2 | ||||
-rw-r--r-- | source/nsswitch/winbind_struct_protocol.h (renamed from source/nsswitch/winbindd_nss.h) | 0 |
3 files changed, 1 insertions, 3 deletions
diff --git a/source/nsswitch/wbinfo.c b/source/nsswitch/wbinfo.c index 120a475bc17..a67b0512a2b 100644 --- a/source/nsswitch/wbinfo.c +++ b/source/nsswitch/wbinfo.c @@ -22,8 +22,6 @@ #include "includes.h" #include "pstring.h" -#include "winbind_nss_config.h" -#include "winbindd_nss.h" #include "winbind_client.h" #include "librpc/gen_ndr/ndr_netlogon.h" #include "libcli/auth/libcli_auth.h" diff --git a/source/nsswitch/winbind_client.h b/source/nsswitch/winbind_client.h index 373d56804a9..6fafe6a7e3a 100644 --- a/source/nsswitch/winbind_client.h +++ b/source/nsswitch/winbind_client.h @@ -1,5 +1,5 @@ #include "nsswitch/winbind_nss_config.h" -#include "nsswitch/winbindd_nss.h" +#include "nsswitch/winbind_struct_protocol.h" void init_request(struct winbindd_request *req,int rq_type); NSS_STATUS winbindd_send_request(int req_type, diff --git a/source/nsswitch/winbindd_nss.h b/source/nsswitch/winbind_struct_protocol.h index 724b830604a..724b830604a 100644 --- a/source/nsswitch/winbindd_nss.h +++ b/source/nsswitch/winbind_struct_protocol.h |