Subject: PR/35408 CVS commit: src/bin/cat
To: None <gnats-admin@netbsd.org, netbsd-bugs@netbsd.org,>
From: Christian Biere <cbiere@netbsd.org>
List: netbsd-bugs
Date: 01/13/2007 11:55:04
The following reply was made to PR bin/35408; it has been noted by GNATS.

From: Christian Biere <cbiere@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: PR/35408 CVS commit: src/bin/cat
Date: Sat, 13 Jan 2007 11:51:59 +0000 (UTC)

 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.