Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 May 2001 13:42:08 -0700 (PDT)
From:      John Baldwin <jhb@FreeBSD.org>
To:        Alfred Perlstein <alfred@FreeBSD.org>
Cc:        cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org
Subject:   RE: cvs commit: src/sys/kern sys_pipe.c
Message-ID:  <XFMail.010517134208.jhb@FreeBSD.org>
In-Reply-To: <200105171947.f4HJl9s15124@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

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 <jhb@FreeBSD.org> -- 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




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