pkgsrc-ng/security/heimdal/patches/patch-lib_ipc_server.c
2014-08-11 13:39:42 +02:00

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)
{