aboutsummaryrefslogtreecommitdiffstats
path: root/sys/freebsd/socket_unix_amd64.const
diff options
context:
space:
mode:
authorKristof Provost <kp@FreeBSD.org>2019-04-13 19:04:20 +0200
committerMichael Tüxen <tuexen@fh-muenster.de>2019-04-23 15:55:07 +0200
commit2398edeacca136eefe1a548721976ffe297ea36d (patch)
tree3c39658a162c5ad0f39ef2af2d9b1b17163ab7bd /sys/freebsd/socket_unix_amd64.const
parent53199d6e8aee5f0ebd3775d2b1c674f4e6e64e2b (diff)
sys/freebsd: Add pf ioctl()s
Tweak the building of the FreeBSD vm image to ensure pf is loaded at startup, so that we can test it.
Diffstat (limited to 'sys/freebsd/socket_unix_amd64.const')
-rw-r--r--sys/freebsd/socket_unix_amd64.const7
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/freebsd/socket_unix_amd64.const b/sys/freebsd/socket_unix_amd64.const
index 032c6e77d..e2b7f38fa 100644
--- a/sys/freebsd/socket_unix_amd64.const
+++ b/sys/freebsd/socket_unix_amd64.const
@@ -1,14 +1,7 @@
# AUTOGENERATED FILE
AF_UNIX = 1
AF_UNSPEC = 0
-LINUX_AF_UNIX = 1
-LINUX_AF_UNSPEC = 0
LINUX_SCM_CREDENTIALS = 2
-LINUX_SCM_RIGHTS = 1
-LINUX_SOCK_DGRAM = 2
-LINUX_SOCK_SEQPACKET = 5
-LINUX_SOCK_STREAM = 1
-LINUX_SOL_SOCKET = 1
SCM_RIGHTS = 1
SOCK_DGRAM = 2
SOCK_SEQPACKET = 5