diff options
Diffstat (limited to 'usr.bin/netstat/unix.c')
-rw-r--r-- | usr.bin/netstat/unix.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/netstat/unix.c b/usr.bin/netstat/unix.c index 4888469441d..f81a6374c07 100644 --- a/usr.bin/netstat/unix.c +++ b/usr.bin/netstat/unix.c @@ -1,4 +1,4 @@ -/* $OpenBSD: unix.c,v 1.29 2016/08/27 04:07:42 guenther Exp $ */ +/* $OpenBSD: unix.c,v 1.30 2016/09/15 01:01:08 dlg Exp $ */ /* $NetBSD: unix.c,v 1.13 1995/10/03 21:42:48 thorpej Exp $ */ /*- @@ -41,10 +41,8 @@ #include <sys/time.h> #include <sys/un.h> #include <sys/unpcb.h> -#define _KERNEL #include <sys/ucred.h> #include <sys/file.h> -#undef _KERNEL #include <netinet/in.h> |