On Fri, 25 Dec 2009, Ed Schouten wrote:
Log:
Let top(1) use MAXLOGNAME instead of UT_NAMESIZE.
The maximum user login length should have nothing to do with .
top was trying to be portable. Its portable parts cannot use MAXLOGNAME,
since that is not in POSIX (I guess it is a BSDism).
Modi
Author: ed
Date: Fri Dec 25 09:02:41 2009
New Revision: 200979
URL: http://svn.freebsd.org/changeset/base/200979
Log:
Let top(1) use MAXLOGNAME instead of UT_NAMESIZE.
The maximum user login length should have nothing to do with .
Modified:
head/contrib/top/username.c
Modified: head/con