aboutsummaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/freebsd/dev_crypto.txt1
-rw-r--r--sys/freebsd/socket.txt1
-rw-r--r--sys/freebsd/socket_inet6.txt2
-rw-r--r--sys/freebsd/socket_inet_tcp.txt1
-rw-r--r--sys/freebsd/socket_unix.txt2
5 files changed, 2 insertions, 5 deletions
diff --git a/sys/freebsd/dev_crypto.txt b/sys/freebsd/dev_crypto.txt
index 869784c3c..c28f10646 100644
--- a/sys/freebsd/dev_crypto.txt
+++ b/sys/freebsd/dev_crypto.txt
@@ -1,6 +1,7 @@
# Copyright 2021 syzkaller project authors. All rights reserved.
# Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
+include <sys/malloc.h>
include <sys/time.h>
include <fcntl.h>
include <opencrypto/cryptodev.h>
diff --git a/sys/freebsd/socket.txt b/sys/freebsd/socket.txt
index 34d1d0ca6..fdaa855e6 100644
--- a/sys/freebsd/socket.txt
+++ b/sys/freebsd/socket.txt
@@ -7,7 +7,6 @@ include <sys/types.h>
include <sys/socket.h>
include <sys/sockio.h>
include <netinet/in.h>
-include <linux/linux.h>
resource sock[fd]
type sock_port proc[20000, 4, int16be]
diff --git a/sys/freebsd/socket_inet6.txt b/sys/freebsd/socket_inet6.txt
index ffe6467ac..bbf44bc20 100644
--- a/sys/freebsd/socket_inet6.txt
+++ b/sys/freebsd/socket_inet6.txt
@@ -7,8 +7,6 @@ include <sys/socket.h>
include <netinet/in.h>
include <net/route.h>
include <netinet6/ip6_mroute.h>
-include <linux/linux.h>
-include <compat/linux/linux_socket.h>
include <sys/sockio.h>
# IPv6 sockets
diff --git a/sys/freebsd/socket_inet_tcp.txt b/sys/freebsd/socket_inet_tcp.txt
index a983f445b..e365f11a4 100644
--- a/sys/freebsd/socket_inet_tcp.txt
+++ b/sys/freebsd/socket_inet_tcp.txt
@@ -5,6 +5,7 @@
include <sys/types.h>
include <sys/ktls.h>
+include <sys/malloc.h>
include <sys/socket.h>
include <sys/time.h>
include <netinet/in.h>
diff --git a/sys/freebsd/socket_unix.txt b/sys/freebsd/socket_unix.txt
index d0a1d3487..84019af07 100644
--- a/sys/freebsd/socket_unix.txt
+++ b/sys/freebsd/socket_unix.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_unix[sock]