summaryrefslogtreecommitdiffstats
path: root/usr.bin/w/extern.h
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2009-08-30 11:17:42 +0000
committerume <ume@FreeBSD.org>2009-08-30 11:17:42 +0000
commit5fb95a2095446b02c21f0e4ecad4b7bff41c856a (patch)
tree7bf9aeb96248569d4de361589958b5bc4732cbe8 /usr.bin/w/extern.h
parent7417f9bcd242fe20479c87d0e5f24840616ab1d3 (diff)
downloadFreeBSD-src-5fb95a2095446b02c21f0e4ecad4b7bff41c856a.zip
FreeBSD-src-5fb95a2095446b02c21f0e4ecad4b7bff41c856a.tar.gz
Fix the problem that the entry broke into two lines with multi-byte
AM/PM format. Reported by: takawata
Diffstat (limited to 'usr.bin/w/extern.h')
-rw-r--r--usr.bin/w/extern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/w/extern.h b/usr.bin/w/extern.h
index 070d055..f3c0045 100644
--- a/usr.bin/w/extern.h
+++ b/usr.bin/w/extern.h
@@ -38,6 +38,6 @@
extern int use_ampm;
struct kinfo_proc;
-void pr_attime(time_t *, time_t *);
+int pr_attime(time_t *, time_t *);
int pr_idle(time_t);
int proc_compare(struct kinfo_proc *, struct kinfo_proc *);
OpenPOWER on IntegriCloud