Hide SO_PASSCRED and SO_PEERCRED by default.

This cause in some software to assume we are linux, as this is rightly
only used there.

By default hide it behind _MINIX_SYSTEM, until we have removed traces
of it from getpeereid/[gs]etsocketopt and replaced it by the NetBSD
mechanism.

Change-Id: Iacd4cc1b152bcb7e90f5b1249185a222c90351d6
This commit is contained in:
2014-04-22 17:37:52 +02:00
parent 36ed617477
commit 193733f9e2
3 changed files with 8 additions and 1 deletions

View File

@@ -26,6 +26,8 @@ COPTS.test51.c= -mhard-float
COPTS.test52.c= -mhard-float
.endif
CPPFLAGS.test56.c += -D_MINIX_SYSTEM=1
WARNS=
COPTS.test9.c= -O0
COPTS.test37.c= -O0