diff options
author | lum <lum@cvs.openbsd.org> | 2010-07-08 08:47:08 +0000 |
---|---|---|
committer | lum <lum@cvs.openbsd.org> | 2010-07-08 08:47:08 +0000 |
commit | e44c8f9cbe6029c7d5776e5ffc173b743604937c (patch) | |
tree | 586ded1300d57000462452e5cf419efd74b2dfc3 /usr.bin/netstat | |
parent | 336ef4ecd2905dd5021f3d42af117efacf59e6d4 (diff) |
Remove references to kvm.
ok claudio@
Diffstat (limited to 'usr.bin/netstat')
-rw-r--r-- | usr.bin/netstat/mbuf.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.bin/netstat/mbuf.c b/usr.bin/netstat/mbuf.c index e7bcf5cf47b..7a9130e3ca4 100644 --- a/usr.bin/netstat/mbuf.c +++ b/usr.bin/netstat/mbuf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mbuf.c,v 1.30 2009/06/25 22:31:18 deraadt Exp $ */ +/* $OpenBSD: mbuf.c,v 1.31 2010/07/08 08:47:07 lum Exp $ */ /* $NetBSD: mbuf.c,v 1.9 1996/05/07 02:55:03 thorpej Exp $ */ /* @@ -39,7 +39,6 @@ #include <net/if.h> #include <errno.h> -#include <kvm.h> #include <limits.h> #include <stdio.h> #include <string.h> @@ -57,8 +56,6 @@ char *mclnames[] = { }; char **mclnamep = mclnames; -extern kvm_t *kvmd; - static struct mbtypes { int mt_type; char *mt_name; |