diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-04-30 13:54:52 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-04-30 13:54:52 +0000 |
commit | bb4cfcdb355aef6d4eef9e01c01ed7f1882e5fa2 (patch) | |
tree | e313710c70595a7e0f16925ecb627fba4705e3c5 /usr.bin/vmstat | |
parent | 876e6e43bac9f3ef0ce6ce2f7ec8007c2c4ada78 (diff) |
right value for X_NSELCOLL
Diffstat (limited to 'usr.bin/vmstat')
-rw-r--r-- | usr.bin/vmstat/vmstat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/vmstat/vmstat.c b/usr.bin/vmstat/vmstat.c index 7f25cf9f20e..a7c16fe090a 100644 --- a/usr.bin/vmstat/vmstat.c +++ b/usr.bin/vmstat/vmstat.c @@ -1,5 +1,5 @@ /* $NetBSD: vmstat.c,v 1.29.4.1 1996/06/05 00:21:05 cgd Exp $ */ -/* $OpenBSD: vmstat.c,v 1.50 2001/04/30 12:07:30 art Exp $ */ +/* $OpenBSD: vmstat.c,v 1.51 2001/04/30 13:54:51 art Exp $ */ /* * Copyright (c) 1980, 1986, 1991, 1993 @@ -119,7 +119,7 @@ struct nlist namelist[] = { { "_forkstat" }, #define X_POOLHEAD 14 { "_pool_head" }, -#define X_NSELCOLL 16 +#define X_NSELCOLL 15 { "_nselcoll" }, #define X_END 16 #if defined(__pc532__) |