diff options
author | Bruce Evans <bde@FreeBSD.org> | 1995-07-12 20:09:02 +0000 |
---|---|---|
committer | Bruce Evans <bde@FreeBSD.org> | 1995-07-12 20:09:02 +0000 |
commit | 926e94cd401fb9301a17a4fb758da5fa4c8e28ac (patch) | |
tree | db8d1236669ce48c664764e6f2f5c8a620a71a4e /usr.bin | |
parent | 7e4a866916a9423c41edc6309b01cdb53768a7e5 (diff) | |
download | src-926e94cd401fb9301a17a4fb758da5fa4c8e28ac.tar.gz src-926e94cd401fb9301a17a4fb758da5fa4c8e28ac.zip |
Notes
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/systat/vmstat.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/usr.bin/systat/vmstat.c b/usr.bin/systat/vmstat.c index 2b267894e5a1..f6a89a755735 100644 --- a/usr.bin/systat/vmstat.c +++ b/usr.bin/systat/vmstat.c @@ -133,8 +133,8 @@ static struct nlist namelist[] = { { "_cp_time" }, #define X_CNT 1 { "_cnt" }, -#define X_TOTAL 2 - { "_total" }, +#define X_BUFFERSPACE 2 + { "_bufspace" }, #define X_DK_BUSY 3 { "_dk_busy" }, #define X_DK_TIME 4 @@ -155,8 +155,6 @@ static struct nlist namelist[] = { { "_intrcnt" }, #define X_EINTRCNT 12 { "_eintrcnt" }, -#define X_BUFFERSPACE 13 - { "_bufspace" }, { "" }, }; |