diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2015-06-21 12:11:14 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2015-06-21 12:11:14 +0000 |
commit | 9ec8613c01f9f2f3e008d4ee8df9267885632287 (patch) | |
tree | 3bf96891f0c9d2e980c03cc8f47fdafb6f3854f5 /usr.bin | |
parent | 8040328b2c5c3394666d460fdea4f3fabe13803f (diff) |
There is no need to include sys/ucred.h. Only sys/file.h is needed for the
DTYPE defines.
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/netstat/inet.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/netstat/inet.c b/usr.bin/netstat/inet.c index b6ee63c31ee..2c0e46d370a 100644 --- a/usr.bin/netstat/inet.c +++ b/usr.bin/netstat/inet.c @@ -1,4 +1,4 @@ -/* $OpenBSD: inet.c,v 1.142 2015/04/16 19:24:13 markus Exp $ */ +/* $OpenBSD: inet.c,v 1.143 2015/06/21 12:11:13 claudio Exp $ */ /* $NetBSD: inet.c,v 1.14 1995/10/03 21:42:37 thorpej Exp $ */ /* @@ -37,7 +37,6 @@ #include <sys/protosw.h> #include <sys/sysctl.h> #define _KERNEL -#include <sys/ucred.h> #include <sys/file.h> #undef _KERNEL |