From owner-cvs-usrbin Wed Apr 10 15:21:12 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA14936 for cvs-usrbin-outgoing; Wed, 10 Apr 1996 15:21:12 -0700 (PDT) Received: (from wosch@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA14916 Wed, 10 Apr 1996 15:21:04 -0700 (PDT) Date: Wed, 10 Apr 1996 15:21:04 -0700 (PDT) From: Wolfram Schneider Message-Id: <199604102221.PAA14916@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/wc wc.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 96/04/10 15:21:03 Modified: usr.bin/wc wc.c Log: Do not exit if a file is not readable. This is a short hack until someone rewrite wc(1). Revision Changes Path 1.3 +4 -2 src/usr.bin/wc/wc.c