]> Zhao Yanbai Git Server - minix.git/commit
Hide SO_PASSCRED and SO_PEERCRED by default.
authorLionel Sambuc <lionel@minix3.org>
Tue, 22 Apr 2014 15:37:52 +0000 (17:37 +0200)
committerLionel Sambuc <lionel@minix3.org>
Mon, 28 Jul 2014 15:05:22 +0000 (17:05 +0200)
commit193733f9e2ddd5b61663bd74926fd7ea86c26c9d
tree0496110fed81234baa4d5d0b81c277f2c84ea281
parent36ed6174773f6f1b6cc6a61d5a5fa0bb49cbf2aa
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
lib/libc/net/Makefile.inc
sys/sys/socket.h
test/Makefile