mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
r11867: attempt at fixing the compile issue with nss_winbind.so on HP-UX caused by Solaris specific return codes
This commit is contained in:
parent
c9a0720f55
commit
b823bcbc91
@ -340,6 +340,7 @@ _nss_winbind_group_constr (const char* db_name,
|
||||
/*****************************************************************
|
||||
hosts and ipnodes backend
|
||||
*****************************************************************/
|
||||
#if defined(SUNOS5) /* not compatible with HP-UX */
|
||||
|
||||
/* this parser is shared between get*byname and get*byaddr, as key type
|
||||
in request is stored in different locations, I had to provide the
|
||||
@ -627,4 +628,5 @@ _nss_winbind_hosts_constr(dummy1, dummy2, dummy3)
|
||||
sizeof (host_ops) / sizeof (host_ops[0])));
|
||||
}
|
||||
|
||||
#endif /* SUN_NSS */
|
||||
#endif /* defined(SUNOS5) */
|
||||
#endif /* defined(HAVE_NSS_COMMON_H) || defined(HPUX) */
|
||||
|
Loading…
Reference in New Issue
Block a user