diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-04-04 08:54:34 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-04-04 08:54:34 +0000 |
commit | b34d4e3de8c829d04b8e1a691ec1875007b1d663 (patch) | |
tree | 15118839cf78d0ff29455b0ed497490b1eb388b6 /usr.bin/systat | |
parent | 762b5347e35469c4deae40a4e977b98216426250 (diff) |
nlist.h not needed
Diffstat (limited to 'usr.bin/systat')
-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> |