Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F159082552
D57427.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
669 B
Referenced Files
None
Subscribers
None
D57427.diff
View Options
diff --git a/sys/compat/linux/linux_socket.h b/sys/compat/linux/linux_socket.h
--- a/sys/compat/linux/linux_socket.h
+++ b/sys/compat/linux/linux_socket.h
@@ -195,6 +195,7 @@
#define LINUX_SO_PROTOCOL 38
#define LINUX_SO_DOMAIN 39
#define LINUX_SO_PEERGROUPS 59
+#define LINUX_SO_PASSRIGHTS 83
/* Socket-level control message types */
diff --git a/sys/compat/linux/linux_socket.c b/sys/compat/linux/linux_socket.c
--- a/sys/compat/linux/linux_socket.c
+++ b/sys/compat/linux/linux_socket.c
@@ -569,6 +569,8 @@
return (SO_PROTOCOL);
case LINUX_SO_DOMAIN:
return (SO_DOMAIN);
+ case LINUX_SO_PASSRIGHTS:
+ return (SO_PASSRIGHTS);
}
return (-1);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Jun 10, 10:13 PM (10 h, 28 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33742215
Default Alt Text
D57427.diff (669 B)
Attached To
Mode
D57427: linux: implement SO_PASSRIGHTS
Attached
Detach File
Event Timeline
Log In to Comment