summaryrefslogtreecommitdiffstats
path: root/usr.bin/w/w.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/w/w.c')
-rw-r--r--usr.bin/w/w.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/w/w.c b/usr.bin/w/w.c
index 6ef6ad9..ef4030e 100644
--- a/usr.bin/w/w.c
+++ b/usr.bin/w/w.c
@@ -72,6 +72,7 @@ static const char rcsid[] =
#include <fcntl.h>
#include <kvm.h>
#include <langinfo.h>
+#include <limits.h>
#include <locale.h>
#include <netdb.h>
#include <nlist.h>
@@ -141,7 +142,7 @@ main(argc, argv)
time_t touched;
int ch, i, nentries, nusers, wcmd, longidle, dropgid;
char *memf, *nlistf, *p, *x;
- char buf[MAXHOSTNAMELEN], errbuf[256];
+ char buf[MAXHOSTNAMELEN], errbuf[_POSIX2_LINE_MAX];
(void)setlocale(LC_ALL, "");
use_ampm = (*nl_langinfo(T_FMT_AMPM) != '\0');
OpenPOWER on IntegriCloud