Subject: CVS commit: src/usr.bin/last
To: None <source-changes@NetBSD.org>
From: Christian Biere <cbiere@netbsd.org>
List: source-changes
Date: 01/06/2007 13:31:06
Module Name: src
Committed By: cbiere
Date: Sat Jan 6 13:31:06 UTC 2007
Modified Files:
src/usr.bin/last: last.c
Log Message:
- Use EXIT_SUCCESS/EXIT_FAILURE instead of 0/1.
- Reject unreasonable command-line arguments.
- No need to cast sizeof() to u_int for malloc().
- ttyconv: Simplified and replaced magic '5'.
To generate a diff of this commit:
cvs rdiff -r1.29 -r1.30 src/usr.bin/last/last.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.