Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 06/25/2000 06:41:14
Module Name:	basesrc
Committed By:	simonb
Date:		Sun Jun 25 13:41:13 UTC 2000

Modified Files:
	basesrc/usr.bin/w: w.c

Log Message:
Use p_login from struct proc instead of ut_name from struct utmp so
that a truncated name isn't used if the login name is over 8 characters
long.  Size USER field to suit.

Fixes PR bin/2459 from Neil McRae.


To generate a diff of this commit:
cvs rdiff -r1.36 -r1.37 basesrc/usr.bin/w/w.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.