From owner-cvs-all Thu May 17 13:43:10 2001 Delivered-To: cvs-all@freebsd.org Received: from meow.osd.bsdi.com (meow.osd.bsdi.com [204.216.28.88]) by hub.freebsd.org (Postfix) with ESMTP id 7E06037B424; Thu, 17 May 2001 13:43:06 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from laptop.baldwin.cx (john@jhb-laptop.osd.bsdi.com [204.216.28.241]) by meow.osd.bsdi.com (8.11.2/8.11.2) with ESMTP id f4HKh0G92944; Thu, 17 May 2001 13:43:00 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200105171947.f4HJl9s15124@freefall.freebsd.org> Date: Thu, 17 May 2001 13:42:08 -0700 (PDT) From: John Baldwin To: Alfred Perlstein Subject: RE: cvs commit: src/sys/kern sys_pipe.c Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG On 17-May-01 Alfred Perlstein wrote: > alfred 2001/05/17 12:47:09 PDT > > Modified files: > sys/kern sys_pipe.c > Log: > Cleanup > .) for(i=0;i=foo;i++) -> for (i = 0; i=foo; i++) for (i = 0; i = foo; i++)? (notice spaces around second '=') -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message