summaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_socket.h
diff options
context:
space:
mode:
authorEdward Tomasz Napierala <trasz@FreeBSD.org>2020-06-12 14:23:10 +0000
committerEdward Tomasz Napierala <trasz@FreeBSD.org>2020-06-12 14:23:10 +0000
commit4beacc3b1d1e179129d89364f8507a1ed548bf88 (patch)
tree2296d95669912c6f2b9a0358bee1c5eb1d3ddd21 /sys/compat/linux/linux_socket.h
parent92390644e30773fe98fc608cf4e0036272c19a97 (diff)
Notes
Diffstat (limited to 'sys/compat/linux/linux_socket.h')
-rw-r--r--sys/compat/linux/linux_socket.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/compat/linux/linux_socket.h b/sys/compat/linux/linux_socket.h
index 50fe7348490c..82008e09dcef 100644
--- a/sys/compat/linux/linux_socket.h
+++ b/sys/compat/linux/linux_socket.h
@@ -170,12 +170,6 @@ int linux_accept(struct thread *td, struct linux_accept_args *args);
/* Socket defines */
#define LINUX_SOL_SOCKET 1
-#define LINUX_SOL_IP 0
-#define LINUX_SOL_TCP 6
-#define LINUX_SOL_UDP 17
-#define LINUX_SOL_IPV6 41
-#define LINUX_SOL_IPX 256
-#define LINUX_SOL_AX25 257
#define LINUX_SO_DEBUG 1
#define LINUX_SO_REUSEADDR 2