summaryrefslogtreecommitdiff
path: root/bin/ps/extern.h
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2001-12-05 02:24:00 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2001-12-05 02:24:00 +0000
commit475d20ecf5b0f9ebec712884801e0325923e0f25 (patch)
tree0cc6b7dcddbb34fd65ee9a1146a2c26f22779cee /bin/ps/extern.h
parent0a638c3831b9e2840012e3a9176fcfb29226d3b7 (diff)
Get MAXSLP from kvm/sysctl. It's patchable in the kernel now.
Diffstat (limited to 'bin/ps/extern.h')
-rw-r--r--bin/ps/extern.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ps/extern.h b/bin/ps/extern.h
index a8f87664c6b..428381e3030 100644
--- a/bin/ps/extern.h
+++ b/bin/ps/extern.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: extern.h,v 1.5 1997/09/03 13:51:39 kstailey Exp $ */
+/* $OpenBSD: extern.h,v 1.6 2001/12/05 02:23:59 art Exp $ */
/* $NetBSD: extern.h,v 1.10 1995/05/21 13:38:27 mycroft Exp $ */
/*-
@@ -42,7 +42,7 @@ struct var;
struct varent;
extern fixpt_t ccpu;
-extern int eval, fscale, mempages, nlistread, rawcpu;
+extern int eval, fscale, mempages, nlistread, rawcpu, maxslp;
extern int sumrusage, termwidth, totwidth;
extern VAR var[];
extern VARENT *vhead;