From owner-freebsd-commit Tue Oct 3 05:47:09 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA28177 for freebsd-commit-outgoing; Tue, 3 Oct 1995 05:47:09 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA28155 for cvs-all-outgoing; Tue, 3 Oct 1995 05:47:02 -0700 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-commit@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().