From owner-freebsd-commit Tue Sep 12 16:44:09 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA14336 for freebsd-commit-outgoing; Tue, 12 Sep 1995 16:44:09 -0700 Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA14320 for cvs-all-outgoing; Tue, 12 Sep 1995 16:44:07 -0700 Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA14308 for cvs-usrbin-outgoing; Tue, 12 Sep 1995 16:44:06 -0700 Received: from jhome.DIALix.COM (jhome.DIALix.COM [192.203.228.69]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id QAA14292 ; Tue, 12 Sep 1995 16:43:58 -0700 Received: (from peter@localhost) by jhome.DIALix.COM (8.6.12/8.6.9) id HAA00936; Wed, 13 Sep 1995 07:43:14 +0800 Date: Wed, 13 Sep 1995 07:43:13 +0800 (WST) From: Peter Wemm To: Nate Williams cc: CVS-commiters@freefall.freebsd.org, cvs-usrbin@freefall.freebsd.org Subject: Re: cvs commit: src/usr.bin/find function.c In-Reply-To: <199509122320.RAA07849@rocky.sri.MT.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: commit-owner@FreeBSD.org Precedence: bulk On Tue, 12 Sep 1995, Nate Williams wrote: > > nate 95/09/12 16:15:35 > > > > Modified: usr.bin/find function.c > > Log: > > Simpler fix to the find bug reported by Terry Lambert > > > > [ Find to a file vs. to stdout ] produces different output because find > > does not flush stdout when doing a -print. > > > > Submitted by: Jeffrey Hsu > > Note, I did a naughty in the tree and removed the previous two attempts > of the fix in the tree via raw RCS commands. > > Whip me, beat me, call me bad names, but don't take away my CVS > privileges. :) Rod! Can I borrow your big stick? I presume you know what happens if somebody has got a checked out copy of one of the previous `versions' of function.c,v rev 1.5? This is Bad Karma (TM)... > Nate -Peter