Subject: CVS commit: src/bin/date
To: None <source-changes@NetBSD.org>
From: Hubert Feyrer <hubertf@netbsd.org>
List: source-changes
Date: 07/22/2005 11:06:24
Module Name:	src
Committed By:	hubertf
Date:		Fri Jul 22 11:06:24 UTC 2005

Modified Files:
	src/bin/date: date.c

Log Message:
Minor code cleanup:

 * remove unneeded cast
 * use err() instead of perror() + exit()
 * use symbolic exit code

Patch contributed by Liam J. Foy <liamfoy@sepulcrum.org> in private mail.


To generate a diff of this commit:
cvs rdiff -r1.40 -r1.41 src/bin/date/date.c

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