diff options
author | avg <avg@FreeBSD.org> | 2011-03-26 11:25:36 +0000 |
---|---|---|
committer | avg <avg@FreeBSD.org> | 2011-03-26 11:25:36 +0000 |
commit | df7a39b1d0adfdfc6402d5739a09ff973e96544a (patch) | |
tree | b1af08af47453523de412e4c7d4d249604e6a67c /sys/amd64/linux32 | |
parent | a92365858357b636caacb1f576fcb0c622aebbec (diff) | |
download | FreeBSD-src-df7a39b1d0adfdfc6402d5739a09ff973e96544a.zip FreeBSD-src-df7a39b1d0adfdfc6402d5739a09ff973e96544a.tar.gz |
linux compat: add SO_PASSCRED option with basic handling
This seems to have been a part of a bigger patch by dchagin that either
haven't been committed or committed partially.
Submitted by: dchagin, nox
MFC after: 2 weeks
Diffstat (limited to 'sys/amd64/linux32')
-rw-r--r-- | sys/amd64/linux32/linux.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/amd64/linux32/linux.h b/sys/amd64/linux32/linux.h index 4a5ec01..4ed8522 100644 --- a/sys/amd64/linux32/linux.h +++ b/sys/amd64/linux32/linux.h @@ -695,6 +695,7 @@ 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 |