On Dec 14, 2009, at 4:53 AM, Masao Uebayashi wrote:

> Module Name:  src
> Committed By: uebayasi
> Date:         Mon Dec 14 12:53:18 UTC 2009
> 
> Modified Files:
>       src/sys/arch/mips/mips: compat_13_machdep.c compat_16_machdep.c
> 
> Log Message:
> We don't declare variables in for () statement.

The kernel is a C99 environment which makes that legal.  Limiting the scope of 
variables is always a good thing.

Reply via email to