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 | 7d554e4104f432c7475f6a1019deb55619976a33 (patch) | |
tree | 79c7fc6f007ca5f2f09f903ea4525798e39e86ce /source4/nsswitch | |
parent | 44500d6d98eecb5190da35be0a88a4287c08f3d1 (diff) | |
download | samba-7d554e4104f432c7475f6a1019deb55619976a33.tar.gz samba-7d554e4104f432c7475f6a1019deb55619976a33.tar.bz2 samba-7d554e4104f432c7475f6a1019deb55619976a33.zip |
r25158: rename nsswitch/winbindd_nss.h => nsswitch/winbind_struct_protocol.h
metze
(This used to be commit 1fc3a37902005a4f127191b9183747ddfb1f59a3)
Diffstat (limited to 'source4/nsswitch')
-rw-r--r-- | source4/nsswitch/wbinfo.c | 2 | ||||
-rw-r--r-- | source4/nsswitch/winbind_client.h | 2 | ||||
-rw-r--r-- | source4/nsswitch/winbind_struct_protocol.h (renamed from source4/nsswitch/winbindd_nss.h) | 0 |
3 files changed, 1 insertions, 3 deletions
diff --git a/source4/nsswitch/wbinfo.c b/source4/nsswitch/wbinfo.c index 120a475bc1..a67b0512a2 100644 --- a/source4/nsswitch/wbinfo.c +++ b/source4/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/source4/nsswitch/winbind_client.h b/source4/nsswitch/winbind_client.h index 373d56804a..6fafe6a7e3 100644 --- a/source4/nsswitch/winbind_client.h +++ b/source4/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/source4/nsswitch/winbindd_nss.h b/source4/nsswitch/winbind_struct_protocol.h index 724b830604..724b830604 100644 --- a/source4/nsswitch/winbindd_nss.h +++ b/source4/nsswitch/winbind_struct_protocol.h |