Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 May 2001 17:45:57 -0400
From:      Alfred Perlstein <alfred@FreeBSD.org>
To:        John Baldwin <jhb@FreeBSD.org>
Cc:        cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org
Subject:   Re: cvs commit: src/sys/kern sys_pipe.c
Message-ID:  <20010517174557.K7118@superconductor.rush.net>
In-Reply-To: <XFMail.010517134208.jhb@FreeBSD.org>; from jhb@FreeBSD.org on Thu, May 17, 2001 at 01:42:08PM -0700
References:  <200105171947.f4HJl9s15124@freefall.freebsd.org> <XFMail.010517134208.jhb@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
* John Baldwin <jhb@FreeBSD.org> [010517 16:43] wrote:
> 
> 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 '=')

I think i = foo as the conditional is broken anyhow. :)

But i didn't make the same mistake in the actual code, only the
log message.

-- 
-Alfred Perlstein [alfred@freebsd.org]
Instead of asking why a piece of software is using "1970s technology,"
start asking why software is ignoring 30 years of accumulated wisdom.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010517174557.K7118>