diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-01-20 18:26:59 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-01-20 18:26:59 +0000 |
commit | d6c8b32347fc87a189709a2a67f355a7a7107605 (patch) | |
tree | 4749000d66f9f8e777bf35bdb9cd0e92f8b0bd31 /usr.bin/systat/netstat.c | |
parent | 75464c95446f6c87f0610534204fc2e6c8f18056 (diff) |
Adjust <sys/param.h> comments regarding use of use of MSIZE, or
delete <sys/param.h> if now possible
ok guenther
Diffstat (limited to 'usr.bin/systat/netstat.c')
-rw-r--r-- | usr.bin/systat/netstat.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/systat/netstat.c b/usr.bin/systat/netstat.c index e40bc186c19..6c418ee26ea 100644 --- a/usr.bin/systat/netstat.c +++ b/usr.bin/systat/netstat.c @@ -1,4 +1,4 @@ -/* $OpenBSD: netstat.c,v 1.43 2015/01/16 00:03:37 deraadt Exp $ */ +/* $OpenBSD: netstat.c,v 1.44 2015/01/20 18:26:57 deraadt Exp $ */ /* $NetBSD: netstat.c,v 1.3 1995/06/18 23:53:07 cgd Exp $ */ /*- @@ -34,7 +34,6 @@ * netstat */ -#include <sys/param.h> /* MSIZE */ #include <sys/signal.h> #include <sys/socket.h> #include <sys/socketvar.h> |