Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 06/25/2000 17:40:40
Module Name:	basesrc
Committed By:	simonb
Date:		Mon Jun 26 00:40:40 UTC 2000

Modified Files:
	basesrc/usr.bin/at [netbsd-1-5]: at.c

Log Message:
Pull up rev 1.15:
Use LOGIN_NAME_MAX for checking username length, not something based
on UT_NAMESIZE, also saves a call to getpwnam() and getpwuid() in
most cases.  Size columns correctly so output of atq lines up neatly.
Mostly de-lint.

Fixes PR bin/1489 from David Gilbert, among other things.


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.14.4.1 basesrc/usr.bin/at/at.c

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