aboutsummaryrefslogtreecommitdiff
path: root/bin/ps/extern.h
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2001-03-02 23:53:36 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2001-03-02 23:53:36 +0000
commit080175194f04811695cecf5174116a6e2077d62e (patch)
treec9edddabcd4e8247cb710d249271b5ac1250a1bc /bin/ps/extern.h
parent5f2de0a78a6a82f8cc6f97df29ecc6cfb0771caf (diff)
downloadsrc-080175194f04811695cecf5174116a6e2077d62e.tar.gz
src-080175194f04811695cecf5174116a6e2077d62e.zip
Use AM/PM time only when available in locale
Notes
Notes: svn path=/head/; revision=73367
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 dedac7ee5921..55796699d435 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;
+extern int sumrusage, termwidth, totwidth, use_ampm;
extern VAR var[];
extern VARENT *vhead;