summaryrefslogtreecommitdiffstats
path: root/usr.bin/systat
diff options
context:
space:
mode:
authordillon <dillon@FreeBSD.org>1999-01-22 10:57:50 +0000
committerdillon <dillon@FreeBSD.org>1999-01-22 10:57:50 +0000
commitbd29ffdcf6b40a28b4e380b264b9b536fb5b090f (patch)
tree0293beda55676968818fc6a9d1859f144a1ef29d /usr.bin/systat
parent949fa00feafea48a508e5aa749f4bc5154ecded3 (diff)
downloadFreeBSD-src-bd29ffdcf6b40a28b4e380b264b9b536fb5b090f.zip
FreeBSD-src-bd29ffdcf6b40a28b4e380b264b9b536fb5b090f.tar.gz
Fix labeling bug
Diffstat (limited to 'usr.bin/systat')
-rw-r--r--usr.bin/systat/swap.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/systat/swap.c b/usr.bin/systat/swap.c
index 7a1ca1c..c130028 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.7 1998/10/08 09:56:10 obrien Exp $";
+ "$Id: swap.c,v 1.8 1999/01/22 10:53:13 dillon Exp $";
#endif /* not lint */
/*
@@ -129,6 +129,8 @@ labelswap()
char *header, *p;
int row, i;
+ fetchswap();
+
row = 0;
wmove(wnd, row, 0); wclrtobot(wnd);
header = getbsize(&hlen, &blocksize);
OpenPOWER on IntegriCloud