summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2002-06-08 06:49:15 +0000
committerbde <bde@FreeBSD.org>2002-06-08 06:49:15 +0000
commitfa2a4fdbfc8dc75c23468a42a90ea39f371b787b (patch)
tree834e445130715dd610e04f27ef2e27be8ab5908b /bin
parent93d000557481cc0b5b51842549d3c27dfa8fcf22 (diff)
downloadFreeBSD-src-fa2a4fdbfc8dc75c23468a42a90ea39f371b787b.zip
FreeBSD-src-fa2a4fdbfc8dc75c23468a42a90ea39f371b787b.tar.gz
Fixed unsorting.
Diffstat (limited to 'bin')
-rw-r--r--bin/ps/extern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ps/extern.h b/bin/ps/extern.h
index 4bae792..054dd74 100644
--- a/bin/ps/extern.h
+++ b/bin/ps/extern.h
@@ -41,8 +41,8 @@ struct varent;
extern fixpt_t ccpu;
extern int cflag, eval, fscale, mempages, nlistread, rawcpu;
-extern int sumrusage, termwidth, totwidth;
extern time_t now;
+extern int sumrusage, termwidth, totwidth;
extern VARENT *vhead;
__BEGIN_DECLS
OpenPOWER on IntegriCloud