diff options
author | 2010-07-08 08:47:07 +0000 | |
---|---|---|
committer | 2010-07-08 08:47:07 +0000 | |
commit | ab18045af534e3269a4269a1970672499fa02e8d (patch) | |
tree | 967f840ea68ca936154019575e8af001a66ef034 | |
parent | pipex didn't work on output. Fixed following problems: (diff) | |
download | wireguard-openbsd-ab18045af534e3269a4269a1970672499fa02e8d.tar.xz wireguard-openbsd-ab18045af534e3269a4269a1970672499fa02e8d.zip |
Remove references to kvm.
ok claudio@
-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; |