summaryrefslogtreecommitdiffstats
path: root/usr.bin/w/extern.h
diff options
context:
space:
mode:
authordanny <danny@FreeBSD.org>1997-02-11 10:49:25 +0000
committerdanny <danny@FreeBSD.org>1997-02-11 10:49:25 +0000
commitda4de4acb65bfed166f7a0fd06df1913df30bcd5 (patch)
tree71160423a76f8263422fcef347686d8905551417 /usr.bin/w/extern.h
parentb139405b95e14f555208343662a3a4686060b95d (diff)
downloadFreeBSD-src-da4de4acb65bfed166f7a0fd06df1913df30bcd5.zip
FreeBSD-src-da4de4acb65bfed166f7a0fd06df1913df30bcd5.tar.gz
Reduce the command field width by one when idle time is > 9 days, to
eliminate unsightly blank line. Possibly a 2.2 candidate.
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 1ee237c..7cb4ed0 100644
--- a/usr.bin/w/extern.h
+++ b/usr.bin/w/extern.h
@@ -35,5 +35,5 @@
struct proc;
void pr_attime __P((time_t *, time_t *));
-void pr_idle __P((time_t));
+int pr_idle __P((time_t));
int proc_compare __P((struct proc *, struct proc *));
OpenPOWER on IntegriCloud