From owner-freebsd-current Tue Sep 12 14:01:44 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA28572 for current-outgoing; Tue, 12 Sep 1995 14:01:44 -0700 Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id OAA28563 for ; Tue, 12 Sep 1995 14:01:41 -0700 Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id NAA02293; Tue, 12 Sep 1995 13:59:16 -0700 From: Terry Lambert Message-Id: <199509122059.NAA02293@phaeton.artisoft.com> Subject: Re: Find *still* broken... To: roberto@keltia.freenix.fr (Ollivier Robert) Date: Tue, 12 Sep 1995 13:59:15 -0700 (MST) Cc: terry@lambert.org, current@freebsd.org In-Reply-To: <199509122014.WAA17935@keltia.Freenix.FR> from "Ollivier Robert" at Sep 12, 95 10:14:52 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 650 Sender: current-owner@freebsd.org Precedence: bulk > Here is a fix: > > Index: function.c > =================================================================== > RCS file: /spare/FreeBSD-current/src/usr.bin/find/function.c,v > retrieving revision 1.4 > diff -u -2 -r1.4 function.c > --- 1.4 1995/08/07 19:17:28 > +++ function.c 1995/09/12 20:12:06 > @@ -782,4 +782,5 @@ > { > (void)printf("%s\n", entry->fts_path); > + (void)fflush(stdout); > return (1); > } Any chance of getting this in the source tree, though? And f_print0 wants the same fix. 8-). Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.