From owner-freebsd-commit Tue Oct 3 06:42:39 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA02839 for freebsd-commit-outgoing; Tue, 3 Oct 1995 06:42:39 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA02821 for cvs-all-outgoing; Tue, 3 Oct 1995 06:42:36 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA02804 for cvs-bin-outgoing; Tue, 3 Oct 1995 06:42:34 -0700 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id GAA02759 ; Tue, 3 Oct 1995 06:42:12 -0700 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id XAA17640; Tue, 3 Oct 1995 23:37:05 +1000 Date: Tue, 3 Oct 1995 23:37:05 +1000 From: Bruce Evans Message-Id: <199510031337.XAA17640@godzilla.zeta.org.au> To: CVS-commiters@freefall.freebsd.org, bde@freefall.freebsd.org, cvs-bin@freefall.freebsd.org Subject: Re: cvs commit: src/bin/cat cat.c Sender: owner-commit@FreeBSD.org Precedence: bulk > 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(). This should probably go in 2.1. Bruce