From 170e019044f31b903614fce2ca783a3b9f9f0e2e Mon Sep 17 00:00:00 2001 From: Kai Blin Date: Tue, 3 Jul 2007 06:16:44 +0000 Subject: r23674: Merge changes from Samba 3 SVN r23539: Avoid code duplication in winbind_nss_linux.h (This used to be commit e95d258078701c1a15940815652f77b127471267) --- source4/nsswitch/winbind_nss_linux.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source4/nsswitch/winbind_nss_linux.h') diff --git a/source4/nsswitch/winbind_nss_linux.h b/source4/nsswitch/winbind_nss_linux.h index 1c7e830037..456bfa5c14 100644 --- a/source4/nsswitch/winbind_nss_linux.h +++ b/source4/nsswitch/winbind_nss_linux.h @@ -24,12 +24,8 @@ #ifndef _WINBIND_NSS_LINUX_H #define _WINBIND_NSS_LINUX_H -#if HAVE_NSS_H - #include typedef enum nss_status NSS_STATUS; -#endif /* HAVE_NSS_H */ - #endif /* _WINBIND_NSS_LINUX_H */ -- cgit