artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4bc0dcd
)
remove unused variable
author
chl
<chl@openbsd.org>
Sun, 1 Aug 2010 02:51:03 +0000
(
02:51
+0000)
committer
chl
<chl@openbsd.org>
Sun, 1 Aug 2010 02:51:03 +0000
(
02:51
+0000)
ok thib@
usr.bin/vmstat/vmstat.c
patch
|
blob
|
history
diff --git
a/usr.bin/vmstat/vmstat.c
b/usr.bin/vmstat/vmstat.c
index
0246d74
..
beb6241
100644
(file)
--- 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.11
6 2010/07/22 17:31:39 thib Exp $
*/
+/* $OpenBSD: vmstat.c,v 1.11
7 2010/08/01 02:51:03 chl Exp $
*/
/*
* Copyright (c) 1980, 1986, 1991, 1993
@@
-988,7
+988,7
@@
dopool(void)
void
dopool_sysctl(void)
{
- int mib[4], npools, i
, kmfp
;
+ int mib[4], npools, i;
long total = 0, inuse = 0;
struct pool pool;
size_t size;