diff options
author | 2005-04-04 08:54:33 +0000 | |
---|---|---|
committer | 2005-04-04 08:54:33 +0000 | |
commit | 41e8e16eff2565e7e505f55a4d56932ecd72a1e9 (patch) | |
tree | 82015f6bff52358888b7415914b7a94e96f3a022 /usr.bin/systat/vmstat.c | |
parent | unbreak; ok pval@ (diff) | |
download | wireguard-openbsd-41e8e16eff2565e7e505f55a4d56932ecd72a1e9.tar.xz wireguard-openbsd-41e8e16eff2565e7e505f55a4d56932ecd72a1e9.zip |
nlist.h not needed
Diffstat (limited to 'usr.bin/systat/vmstat.c')
-rw-r--r-- | usr.bin/systat/vmstat.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/systat/vmstat.c b/usr.bin/systat/vmstat.c index a4353329b05..79408603d93 100644 --- a/usr.bin/systat/vmstat.c +++ b/usr.bin/systat/vmstat.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vmstat.c,v 1.53 2004/09/23 21:10:21 deraadt Exp $ */ +/* $OpenBSD: vmstat.c,v 1.54 2005/04/04 08:54:33 deraadt Exp $ */ /* $NetBSD: vmstat.c,v 1.5 1996/05/10 23:16:40 thorpej Exp $ */ /*- @@ -34,7 +34,7 @@ #if 0 static char sccsid[] = "@(#)vmstat.c 8.2 (Berkeley) 1/12/94"; #endif -static char rcsid[] = "$OpenBSD: vmstat.c,v 1.53 2004/09/23 21:10:21 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: vmstat.c,v 1.54 2005/04/04 08:54:33 deraadt Exp $"; #endif /* not lint */ /* @@ -55,7 +55,6 @@ static char rcsid[] = "$OpenBSD: vmstat.c,v 1.53 2004/09/23 21:10:21 deraadt Exp #include <ctype.h> #include <err.h> -#include <nlist.h> #include <paths.h> #include <signal.h> #include <stdlib.h> |