summaryrefslogtreecommitdiffstats
path: root/usr.bin/systat
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-05-11 14:32:18 +0000
committerpeter <peter@FreeBSD.org>1999-05-11 14:32:18 +0000
commit280d1557df645370bda158b38bee46e71fa7a8fa (patch)
tree7ee10cf120280f4b47d7bb633e523ad8b07680ac /usr.bin/systat
parentacbd4de5c46b79f161315461c4fcb0abf7a6e04d (diff)
downloadFreeBSD-src-280d1557df645370bda158b38bee46e71fa7a8fa.zip
FreeBSD-src-280d1557df645370bda158b38bee46e71fa7a8fa.tar.gz
Tidy up references to <sys/rlist.h> and support for the old swap management
that went away in January.
Diffstat (limited to 'usr.bin/systat')
-rw-r--r--usr.bin/systat/swap.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/systat/swap.c b/usr.bin/systat/swap.c
index 906d7b9..fa323b0 100644
--- a/usr.bin/systat/swap.c
+++ b/usr.bin/systat/swap.c
@@ -36,7 +36,7 @@
static char sccsid[] = "@(#)swap.c 8.3 (Berkeley) 4/29/95";
#endif
static const char rcsid[] =
- "$Id: swap.c,v 1.9 1999/01/22 10:57:50 dillon Exp $";
+ "$Id: swap.c,v 1.10 1999/02/06 06:43:56 dillon Exp $";
#endif /* not lint */
/*
@@ -48,7 +48,6 @@ static const char rcsid[] =
#include <sys/conf.h>
#include <sys/ioctl.h>
#include <sys/stat.h>
-#include <sys/rlist.h>
#include <kvm.h>
#include <nlist.h>
OpenPOWER on IntegriCloud