summaryrefslogtreecommitdiffstats
path: root/bin/ps/extern.h
diff options
context:
space:
mode:
authortmm <tmm@FreeBSD.org>2002-11-01 23:26:20 +0000
committertmm <tmm@FreeBSD.org>2002-11-01 23:26:20 +0000
commita383c7b134a05d63d6c2f69c7b934e3313c25b5d (patch)
tree48d7bcfeed1ef6c7ff1a75bb33cc75687d48bb0e /bin/ps/extern.h
parent8aff713c1403f9198ff6c9ac9d1d371635af74fb (diff)
downloadFreeBSD-src-a383c7b134a05d63d6c2f69c7b934e3313c25b5d.zip
FreeBSD-src-a383c7b134a05d63d6c2f69c7b934e3313c25b5d.tar.gz
The hw.availpages sysctl has an unsigned long value now, fix the retrieval
to match that.
Diffstat (limited to 'bin/ps/extern.h')
-rw-r--r--bin/ps/extern.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/ps/extern.h b/bin/ps/extern.h
index 76c4cfb..ea603a4 100644
--- a/bin/ps/extern.h
+++ b/bin/ps/extern.h
@@ -40,7 +40,8 @@ struct var;
struct varent;
extern fixpt_t ccpu;
-extern int cflag, eval, fscale, mempages, nlistread, rawcpu;
+extern int cflag, eval, fscale, nlistread, rawcpu;
+extern unsigned long mempages;
extern time_t now;
extern int sumrusage, termwidth, totwidth;
extern VARENT *vhead;
OpenPOWER on IntegriCloud