Date: Tue, 12 Sep 1995 13:59:15 -0700 (MST) From: Terry Lambert <terry@lambert.org> To: roberto@keltia.freenix.fr (Ollivier Robert) Cc: terry@lambert.org, current@freebsd.org Subject: Re: Find *still* broken... Message-ID: <199509122059.NAA02293@phaeton.artisoft.com> In-Reply-To: <199509122014.WAA17935@keltia.Freenix.FR> from "Ollivier Robert" at Sep 12, 95 10:14:52 pm
next in thread | previous in thread | raw e-mail | index | archive | help
> 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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199509122059.NAA02293>