aboutsummaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/freebsd/socket_inet_icmp.txt2
-rw-r--r--sys/freebsd/socket_inet_icmp_amd64.const4
2 files changed, 0 insertions, 6 deletions
diff --git a/sys/freebsd/socket_inet_icmp.txt b/sys/freebsd/socket_inet_icmp.txt
index 6aba80de5..b4d8eaaa1 100644
--- a/sys/freebsd/socket_inet_icmp.txt
+++ b/sys/freebsd/socket_inet_icmp.txt
@@ -6,8 +6,6 @@
include <sys/types.h>
include <sys/socket.h>
include <netinet/in.h>
-include <linux/linux.h>
-include <compat/linux/linux_socket.h>
resource sock_icmp[sock_in]
diff --git a/sys/freebsd/socket_inet_icmp_amd64.const b/sys/freebsd/socket_inet_icmp_amd64.const
index 231eb7a6d..d58a06cb4 100644
--- a/sys/freebsd/socket_inet_icmp_amd64.const
+++ b/sys/freebsd/socket_inet_icmp_amd64.const
@@ -3,10 +3,6 @@ AF_INET = 2
AF_INET6 = 28
IPPROTO_ICMP = 1
IPPROTO_ICMPV6 = 58
-LINUX_AF_INET = 2
-LINUX_AF_INET6 = 10
-LINUX_SOCK_DGRAM = 2
-LINUX_SOCK_RAW = 3
SOCK_DGRAM = 2
SOCK_RAW = 3
SYS_socket = 97