HomeFreeBSD

Fix gcc c90 compliance warnings

Description

Fix gcc c90 compliance warnings

Fix non-c90 compliant code, for the most part these changes
simply deal with where a particular variable is declared.
Under c90 it must alway be done at the very start of a block.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>

Details

Provenance
Brian Behlendorf <behlendorf1@llnl.gov>Authored on Aug 26 2010, 4:52 PM
Parents
rGc5b3a7bbcc32: Fix gcc 64-bit constant warnings
Branches
Unknown
Tags
Unknown

Event Timeline

Brian Behlendorf <behlendorf1@llnl.gov> committed rGd6320ddb78fa: Fix gcc c90 compliance warnings (authored by Brian Behlendorf <behlendorf1@llnl.gov>).Aug 27 2010, 10:28 PM