Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 06/25/2000 06:35:50
Module Name: basesrc
Committed By: simonb
Date: Sun Jun 25 13:35:50 UTC 2000
Modified Files:
basesrc/usr.bin/at: at.c
Log Message:
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.15 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.