summaryrefslogtreecommitdiffstats
path: root/usr.bin
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
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')
-rw-r--r--usr.bin/systat/swap.c3
-rw-r--r--usr.bin/top/machine.c3
2 files changed, 2 insertions, 4 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>
diff --git a/usr.bin/top/machine.c b/usr.bin/top/machine.c
index bef47d2..f610699 100644
--- a/usr.bin/top/machine.c
+++ b/usr.bin/top/machine.c
@@ -19,7 +19,7 @@
* Steven Wallace <swallace@freebsd.org>
* Wolfram Schneider <wosch@FreeBSD.org>
*
- * $Id: machine.c,v 1.23 1999/03/07 06:55:47 bde Exp $
+ * $Id: machine.c,v 1.24 1999/04/22 14:34:53 jhay Exp $
*/
@@ -47,7 +47,6 @@
/* Swap */
#include <stdlib.h>
-#include <sys/rlist.h>
#include <sys/conf.h>
#include <osreldate.h> /* for changes in kernel structures */
OpenPOWER on IntegriCloud