diff options
author | avg <avg@FreeBSD.org> | 2011-03-31 08:14:51 +0000 |
---|---|---|
committer | avg <avg@FreeBSD.org> | 2011-03-31 08:14:51 +0000 |
commit | 94ec7d298848badbf8397b4223feb987bc9a8d38 (patch) | |
tree | 4afc5ac2f750fe75afdbb0f08215ca8ed357c742 /sys/amd64 | |
parent | 6f4c1d61a6931faa198ead443a8df2a9b2e70982 (diff) | |
download | FreeBSD-src-94ec7d298848badbf8397b4223feb987bc9a8d38.zip FreeBSD-src-94ec7d298848badbf8397b4223feb987bc9a8d38.tar.gz |
Revert r220032:linux compat: add SO_PASSCRED option with basic handling
I have not properly thought through the commit. After r220031 (linux
compat: improve and fix sendmsg/recvmsg compatibility) the basic
handling for SO_PASSCRED is not sufficient as it breaks recvmsg
functionality for SCM_CREDS messages because now we would need to handle
sockcred data in addition to cmsgcred. And that is not implemented yet.
Pointyhat to: avg
Diffstat (limited to 'sys/amd64')
-rw-r--r-- | sys/amd64/linux32/linux.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/amd64/linux32/linux.h b/sys/amd64/linux32/linux.h index 4ed8522..4a5ec01 100644 --- a/sys/amd64/linux32/linux.h +++ b/sys/amd64/linux32/linux.h @@ -695,7 +695,6 @@ union l_semun { #define LINUX_SO_NO_CHECK 11 #define LINUX_SO_PRIORITY 12 #define LINUX_SO_LINGER 13 -#define LINUX_SO_PASSCRED 16 #define LINUX_SO_PEERCRED 17 #define LINUX_SO_RCVLOWAT 18 #define LINUX_SO_SNDLOWAT 19 |