summaryrefslogtreecommitdiffstats
path: root/bin/ps/extern.h
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2001-03-03 01:46:58 +0000
committerache <ache@FreeBSD.org>2001-03-03 01:46:58 +0000
commit2c96c2d1775e08b05f1405f4555b497b14d6dbc4 (patch)
tree7e60b0cde63f7c63a85403bdd4899e9acee38bae /bin/ps/extern.h
parent1172de03441c7065530b581a78ba2b1403593c21 (diff)
downloadFreeBSD-src-2c96c2d1775e08b05f1405f4555b497b14d6dbc4.zip
FreeBSD-src-2c96c2d1775e08b05f1405f4555b497b14d6dbc4.tar.gz
Small optimization: set use_ampm only when needed
Diffstat (limited to 'bin/ps/extern.h')
-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 5579669..dedac7e 100644
--- a/bin/ps/extern.h
+++ b/bin/ps/extern.h
@@ -41,7 +41,7 @@ struct varent;
extern fixpt_t ccpu;
extern int eval, fscale, mempages, nlistread, rawcpu, cflag;
-extern int sumrusage, termwidth, totwidth, use_ampm;
+extern int sumrusage, termwidth, totwidth;
extern VAR var[];
extern VARENT *vhead;
OpenPOWER on IntegriCloud