diff options
Diffstat (limited to 'usr.bin/systat/swap.c')
-rw-r--r-- | usr.bin/systat/swap.c | 3 |
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> |