From 2398edeacca136eefe1a548721976ffe297ea36d Mon Sep 17 00:00:00 2001 From: Kristof Provost Date: Sat, 13 Apr 2019 19:04:20 +0200 Subject: 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. --- sys/freebsd/socket_unix_amd64.const | 7 ------- 1 file changed, 7 deletions(-) (limited to 'sys/freebsd/socket_unix_amd64.const') 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 -- cgit mrf-deployment