From owner-cvs-usrbin Sat Nov 16 16:56:30 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA01365 for cvs-usrbin-outgoing; Sat, 16 Nov 1996 16:56:30 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id QAA01356; Sat, 16 Nov 1996 16:56:24 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.7.6/8.6.9) id LAA00766; Sun, 17 Nov 1996 11:53:12 +1100 Date: Sun, 17 Nov 1996 11:53:12 +1100 From: Bruce Evans Message-Id: <199611170053.LAA00766@godzilla.zeta.org.au> To: cvs-all@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-usrbin@freefall.freebsd.org, joerg@freefall.freebsd.org Subject: Re: cvs commit: src/usr.bin/sed main.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Modified: usr.bin/sed main.c > Log: > Fix the C programmer's bug #1: EOF is of type `int', not `char'. > > Strong 2.2 candidate. > > Submitted by: wosch Erm, as I told the submitter, this introduces C programmer's bug #: feof() is not valid until EOF has been read. Bruce