wrap SOL_SOCKET, SO_PEERCRED in ifdef __linux__
This commit is contained in:
@@ -525,7 +525,7 @@ update_client_creds(struct client *c)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
#ifdef SO_PEERCRED
|
#if defined(SO_PEERCRED) && defined(__linux__)
|
||||||
/* Linux */
|
/* Linux */
|
||||||
{
|
{
|
||||||
struct ucred pc;
|
struct ucred pc;
|
||||||
|
Reference in New Issue
Block a user