svn commit: r185356 - head/sys/dev/ixgbe

Dag-Erling Smørgrav des at des.no
Thu Nov 27 02:29:41 PST 2008


"Ivan Voras" <ivoras at gmail.com> writes:
> And at least the newer GEOM code also uses c99 variable declarations
> (not only for initializers - they were c99 from the start).

I'm curious about what you mean with "c99 variable declarations".  If
you are referring to loop variable declarations, I can only find two
cases, both in g_linux_lvm.c.  Other than that and mixing declarations
with statements (which style(9) explicitly forbids), there is no
difference between c89 to c99 as far as variable declarations are
concerned.

DES
-- 
Dag-Erling Smørgrav - des at des.no


More information about the svn-src-all mailing list