We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fae15e commit 4b496d0Copy full SHA for 4b496d0
lib/ipc_setup.c
@@ -425,7 +425,7 @@ init_ipc_auth_data(int sock, size_t len)
425
data->msg_recv.msg_control = (void *)data->cmsg_cred;
426
data->msg_recv.msg_controllen = CMSG_SPACE(sizeof(struct ucred));
427
#endif
428
-#ifdef QB_SOLARIS
+#if defined(QB_SOLARIS) && !defined(_XPG4_2)
429
data->msg_recv.msg_accrights = 0;
430
data->msg_recv.msg_accrightslen = 0;
431
#else
0 commit comments