summaryrefslogtreecommitdiffstats
path: root/sys/i386/linux/linux.h
diff options
context:
space:
mode:
authoravg <avg@FreeBSD.org>2011-03-31 08:14:51 +0000
committeravg <avg@FreeBSD.org>2011-03-31 08:14:51 +0000
commit94ec7d298848badbf8397b4223feb987bc9a8d38 (patch)
tree4afc5ac2f750fe75afdbb0f08215ca8ed357c742 /sys/i386/linux/linux.h
parent6f4c1d61a6931faa198ead443a8df2a9b2e70982 (diff)
downloadFreeBSD-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/i386/linux/linux.h')
-rw-r--r--sys/i386/linux/linux.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/i386/linux/linux.h b/sys/i386/linux/linux.h
index 03da736..d02614b 100644
--- a/sys/i386/linux/linux.h
+++ b/sys/i386/linux/linux.h
@@ -671,7 +671,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
OpenPOWER on IntegriCloud