From b8c5d16258e4a7a62a3da395f76fbd665af9c247 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 14 Sep 2007 08:06:03 +0000 Subject: [PATCH] r25146: rename winbindd_nss.h => winbind_struct_protocol.h as this header has nothing todo with winbindd nor nss and it contains the definitions for the struct based protocol metze (This used to be commit e9e03aac2221c44eec89cc957b8bb3be721103bd) --- source3/nsswitch/winbind_client.h | 2 +- .../nsswitch/{winbindd_nss.h => winbind_struct_protocol.h} | 0 source3/nsswitch/winbindd.h | 6 ++---- 3 files changed, 3 insertions(+), 5 deletions(-) rename source3/nsswitch/{winbindd_nss.h => winbind_struct_protocol.h} (100%) diff --git a/source3/nsswitch/winbind_client.h b/source3/nsswitch/winbind_client.h index 7c955a1cc32..2a3956e1fd4 100644 --- a/source3/nsswitch/winbind_client.h +++ b/source3/nsswitch/winbind_client.h @@ -1,5 +1,5 @@ #include "winbind_nss_config.h" -#include "winbindd_nss.h" +#include "winbind_struct_protocol.h" void winbindd_init_request(struct winbindd_request *req,int rq_type); void winbindd_free_response(struct winbindd_response *response); diff --git a/source3/nsswitch/winbindd_nss.h b/source3/nsswitch/winbind_struct_protocol.h similarity index 100% rename from source3/nsswitch/winbindd_nss.h rename to source3/nsswitch/winbind_struct_protocol.h diff --git a/source3/nsswitch/winbindd.h b/source3/nsswitch/winbindd.h index 3e68f516cb1..27406ac4384 100644 --- a/source3/nsswitch/winbindd.h +++ b/source3/nsswitch/winbindd.h @@ -23,12 +23,10 @@ #ifndef _WINBINDD_H #define _WINBINDD_H -#include "nterr.h" - -#include "winbindd_nss.h" +#include "nsswitch/winbind_struct_protocol.h" #ifdef HAVE_LIBNSCD -#include "libnscd.h" +#include #endif #ifdef HAVE_SYS_MMAN_H -- 2.34.1