mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
21 lines
384 B
C
21 lines
384 B
C
$NetBSD$
|
|
|
|
--- lib/ipc/server.c.orig Tue Jan 10 21:53:51 2012
|
|
+++ lib/ipc/server.c
|
|
@@ -525,6 +525,7 @@ update_client_creds(struct client *c)
|
|
}
|
|
}
|
|
#endif
|
|
+#ifndef __minix
|
|
#ifdef SO_PEERCRED
|
|
/* Linux */
|
|
{
|
|
@@ -538,6 +539,7 @@ update_client_creds(struct client *c)
|
|
return 1;
|
|
}
|
|
}
|
|
+#endif
|
|
#endif
|
|
#if defined(LOCAL_PEERCRED) && defined(XUCRED_VERSION)
|
|
{
|