From owner-cvs-usrsbin Thu Feb 13 13:45:28 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA11037 for cvs-usrsbin-outgoing; Thu, 13 Feb 1997 13:45:28 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA11030; Thu, 13 Feb 1997 13:45:25 -0800 (PST) Date: Thu, 13 Feb 1997 13:45:25 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199702132145.NAA11030@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/sendmail/src collect.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 97/02/13 13:45:24 Modified: usr.sbin/sendmail/src collect.c Log: clearerr() clears both EOF and error flags, so do it only for error and not for EOF or loop test becomes while(1) Should go into 2.2 Submitted by: Gregory Neil Shapiro Revision Changes Path 1.9 +2 -1 src/usr.sbin/sendmail/src/collect.c