1
0
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 commit is contained in:
Kai Blin 2007-07-03 06:16:44 +00:00 committed by Gerald (Jerry) Carter
parent 57dfc76743
commit e95d258078
2 changed files with 1 additions and 6 deletions

View File

@ -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

View File

@ -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 */