Subject: CVS commit: src/bin/cat
To: None <source-changes@NetBSD.org>
From: Christian Biere <cbiere@netbsd.org>
List: source-changes
Date: 01/13/2007 11:51:59
Module Name:	src
Committed By:	cbiere
Date:		Sat Jan 13 11:51:59 UTC 2007

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

Log Message:
 - Applied patch from PR bin/35408 by Andreas Wiese.
 - Use EXIT_FAILURE instead of 1.
 - Use return instead of exit() at the end of main().
 - Use sizeof() instead of BUFSIZ.


To generate a diff of this commit:
cvs rdiff -r1.45 -r1.46 src/bin/cat/cat.c

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