diff options
author | ache <ache@FreeBSD.org> | 2001-03-02 23:11:38 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2001-03-02 23:11:38 +0000 |
commit | fe36abf2a2f077438e6508f74d8aab0ef94f3407 (patch) | |
tree | 86b80a29b14392eaa125a314a4bdce2acc853b75 /usr.bin/w/extern.h | |
parent | 1f9d1d9ad2bc748fd0af7770e0100696ec49600e (diff) | |
download | FreeBSD-src-fe36abf2a2f077438e6508f74d8aab0ef94f3407.zip FreeBSD-src-fe36abf2a2f077438e6508f74d8aab0ef94f3407.tar.gz |
Use AM/PM time only when available in locale
Diffstat (limited to 'usr.bin/w/extern.h')
-rw-r--r-- | usr.bin/w/extern.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/w/extern.h b/usr.bin/w/extern.h index 7037f9a..436b194 100644 --- a/usr.bin/w/extern.h +++ b/usr.bin/w/extern.h @@ -35,6 +35,8 @@ */ +extern int use_ampm; + struct kinfo_proc; void pr_attime __P((time_t *, time_t *)); int pr_idle __P((time_t)); |