mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
r23674: Merge changes from Samba 3 SVN r23539:
Avoid code duplication in winbind_nss_linux.h
(This used to be commit e95d258078
)
This commit is contained in:
parent
115b706939
commit
170e019044
@ -39,8 +39,7 @@
|
||||
* Linux (glibc)
|
||||
*/
|
||||
|
||||
#include <nss.h>
|
||||
typedef enum nss_status NSS_STATUS;
|
||||
#include "nsswitch/winbind_nss_linux.h"
|
||||
|
||||
#elif HAVE_NS_API_H
|
||||
|
||||
|
@ -24,12 +24,8 @@
|
||||
#ifndef _WINBIND_NSS_LINUX_H
|
||||
#define _WINBIND_NSS_LINUX_H
|
||||
|
||||
#if HAVE_NSS_H
|
||||
|
||||
#include <nss.h>
|
||||
|
||||
typedef enum nss_status NSS_STATUS;
|
||||
|
||||
#endif /* HAVE_NSS_H */
|
||||
|
||||
#endif /* _WINBIND_NSS_LINUX_H */
|
||||
|
Loading…
Reference in New Issue
Block a user