mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 16:19:35 -05:00
Another getpeerucred(3) fix.
This commit is contained in:
parent
dc98982397
commit
ec24e6293f
1 changed files with 2 additions and 1 deletions
|
|
@ -35,7 +35,8 @@
|
|||
#include <sys/ucred.h>
|
||||
#endif
|
||||
|
||||
#if !defined(SO_PEERCRED) && !defined(LOCAL_PEERCRED) && \
|
||||
#if !defined(HAVE_GETPEERUCRED) && \
|
||||
!defined(SO_PEERCRED) && !defined(LOCAL_PEERCRED) && \
|
||||
defined(HAVE_SENDMSG) && (defined(HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTSLEN) || \
|
||||
defined(HAVE_STRUCT_MSGHDR_MSG_CONTROL))
|
||||
#define DO_SENDMSG
|
||||
|
|
|
|||
Loading…
Reference in a new issue