diff options
| author | Andrew Turner <andrew@fubar.geek.nz> | 2021-05-17 14:32:45 +0000 |
|---|---|---|
| committer | Mark Johnston <markjdb@gmail.com> | 2021-05-17 16:03:35 -0400 |
| commit | 0e75f99efaaa92ae6213c1f3a8a68d50cf3c1aa6 (patch) | |
| tree | 38550dc42e6f525725219d134d296dc2de54650d /sys/freebsd/socket.txt | |
| parent | c3916a021568b4ac1f7e0fd29124d21becc983e5 (diff) | |
sys/freebsd: remove Linux headers
These are only needed when building Linux ABI support and are not needed
by native FreeBSD system calls. As these files describe the native FreeBSD
ABI remove them.
Diffstat (limited to 'sys/freebsd/socket.txt')
| -rw-r--r-- | sys/freebsd/socket.txt | 1 |
1 files changed, 0 insertions, 1 deletions
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] |
