mirror of
https://github.com/samba-team/samba.git
synced 2025-05-28 21:05:48 +03:00
Fix for winbindd on HPUX from albert chin (china@thewrittenword.com)
Jeremy. (This used to be commit 119a89246bf84cb98b76cf3777c039fa8eb644f2)
This commit is contained in:
parent
7c55d23cbf
commit
181df301cd
@ -25,10 +25,6 @@
|
||||
|
||||
#include <nsswitch.h>
|
||||
|
||||
#ifndef _HAVE_TYPEDEF_NSS_STATUS
|
||||
#define _HAVE_TYPEDEF_NSS_STATUS
|
||||
typedef nss_status_t NSS_STATUS;
|
||||
|
||||
#define NSS_STATUS_SUCCESS NSS_SUCCESS
|
||||
#define NSS_STATUS_NOTFOUND NSS_NOTFOUND
|
||||
#define NSS_STATUS_UNAVAIL NSS_UNAVAIL
|
||||
@ -48,6 +44,8 @@ typedef enum {
|
||||
NSS_TRYAGAIN
|
||||
} nss_status_t;
|
||||
|
||||
typedef nss_status_t NSS_STATUS;
|
||||
|
||||
struct nss_backend;
|
||||
|
||||
typedef nss_status_t (*nss_backend_op_t)(struct nss_backend *, void *args);
|
||||
|
Loading…
x
Reference in New Issue
Block a user