diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2018-01-05 10:41:25 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2018-01-05 10:41:25 +0000 |
commit | 80d1ac2e8fed8564a94137d5b6da74b88f64d5b7 (patch) | |
tree | 5d5c84875f1770801284ed88edba81b379a103bd /usr.bin | |
parent | 369446549be1d72fa4cd7933d12078a9a63a6afa (diff) |
No need for <sys/socketvar.h>
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/netstat/unix.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/netstat/unix.c b/usr.bin/netstat/unix.c index f81a6374c07..19af38ba091 100644 --- a/usr.bin/netstat/unix.c +++ b/usr.bin/netstat/unix.c @@ -1,4 +1,4 @@ -/* $OpenBSD: unix.c,v 1.30 2016/09/15 01:01:08 dlg Exp $ */ +/* $OpenBSD: unix.c,v 1.31 2018/01/05 10:41:24 mpi Exp $ */ /* $NetBSD: unix.c,v 1.13 1995/10/03 21:42:48 thorpej Exp $ */ /*- @@ -34,7 +34,6 @@ * Display protocol blocks in the unix domain. */ #include <sys/socket.h> -#include <sys/socketvar.h> #include <sys/protosw.h> #include <sys/mbuf.h> #include <sys/sysctl.h> |