From owner-cvs-bin Tue Oct 3 05:46:52 1995 Return-Path: owner-cvs-bin Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA28129 for cvs-bin-outgoing; Tue, 3 Oct 1995 05:46:52 -0700 Received: (from bde@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA28104 ; Tue, 3 Oct 1995 05:46:40 -0700 Date: Tue, 3 Oct 1995 05:46:40 -0700 From: Bruce Evans Message-Id: <199510031246.FAA28104@freefall.freebsd.org> To: cvs-bin, CVS-commiters Subject: cvs commit: src/bin/cat cat.c Sender: owner-cvs-bin@FreeBSD.org Precedence: bulk bde 95/10/03 05:46:39 Modified: bin/cat cat.c Log: Fix exit status. `cat no-such-file >/dev/null' exited with status 0. This has been broken since cat's own err() function was sloppily replaced by the library functions warn() and err().