Subject: CVS commit: basesrc/bin/cat
To: None <source-changes@netbsd.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 06/12/2002 01:05:08
Module Name:	basesrc
Committed By:	bjh21
Date:		Tue Jun 11 22:05:08 UTC 2002

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

Log Message:
Rather than (ab)using the standard error message for EFTYPE, print our own
message when "cat -f" is used on a non-regular file.  This is necessary to
make cat(1) portable to systems that don't have EFTYPE (like Linux).


To generate a diff of this commit:
cvs rdiff -r1.33 -r1.34 basesrc/bin/cat/cat.c

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