Widen the host field so that a full IPv6 address will be seen.

This commit is contained in:
Mark Murray 2015-07-14 18:53:24 +00:00
parent 707d98fe2f
commit 339ce033d2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=285550

View file

@ -120,7 +120,7 @@ static struct entry {
#define W_DISPUSERSIZE 10
#define W_DISPLINESIZE 8
#define W_DISPHOSTSIZE 24
#define W_DISPHOSTSIZE 40
static void pr_header(time_t *, int);
static struct stat *ttystat(char *);