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

This commit is contained in:
markm 2015-07-14 18:53:24 +00:00
parent 4f8313adcd
commit 7a0fcb2ab4

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 *);