diff options
| author | 2014-10-25 03:29:32 +0000 | |
|---|---|---|
| committer | 2014-10-25 03:29:32 +0000 | |
| commit | 1a6957fa75cabdfee5f4a6a4990b54a1607a6d30 (patch) | |
| tree | 19af4e40bba37002a8123cfb3cd2563203e1cb14 /sys/compat/linux/linux_socket.c | |
| parent | Remove unnecessary netinet/in_systm.h include. (diff) | |
| download | wireguard-openbsd-1a6957fa75cabdfee5f4a6a4990b54a1607a6d30.tar.xz wireguard-openbsd-1a6957fa75cabdfee5f4a6a4990b54a1607a6d30.zip | |
Remove unnecessary netinet/in_systm.h include.
Compiles on i386, which is the only architecture where COMPAT_LINUX is
enabled at the moment.
"If it compiles, go ahead" pirofti@
Diffstat (limited to 'sys/compat/linux/linux_socket.c')
| -rw-r--r-- | sys/compat/linux/linux_socket.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/compat/linux/linux_socket.c b/sys/compat/linux/linux_socket.c index ef2b7bfd55f..1ec0e394bdd 100644 --- a/sys/compat/linux/linux_socket.c +++ b/sys/compat/linux/linux_socket.c @@ -1,4 +1,4 @@ -/* $OpenBSD: linux_socket.c,v 1.54 2014/09/10 04:39:50 mlarkin Exp $ */ +/* $OpenBSD: linux_socket.c,v 1.55 2014/10/25 03:29:32 lteo Exp $ */ /* $NetBSD: linux_socket.c,v 1.14 1996/04/05 00:01:50 christos Exp $ */ /* @@ -52,7 +52,6 @@ #include <net/if_types.h> #include <net/if_dl.h> #include <netinet/in.h> -#include <netinet/in_systm.h> #include <netinet/ip.h> #include <netinet/tcp.h> #include <sys/mount.h> |
