summaryrefslogtreecommitdiffstats
path: root/bin/ps/extern.h
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2001-03-02 23:53:36 +0000
committerache <ache@FreeBSD.org>2001-03-02 23:53:36 +0000
commit0d5efacbf56c92f8d2b3ed41f72b0c928e6efb45 (patch)
treeb1808f8dc48f3c15fda2d81be061757003d8c529 /bin/ps/extern.h
parent98047335baabd6545b20432cdeeed011dcceb61b (diff)
downloadFreeBSD-src-0d5efacbf56c92f8d2b3ed41f72b0c928e6efb45.zip
FreeBSD-src-0d5efacbf56c92f8d2b3ed41f72b0c928e6efb45.tar.gz
Use AM/PM time only when available in locale
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 dedac7e..5579669 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;
OpenPOWER on IntegriCloud