]> git.ipfire.org Git - thirdparty/mdadm.git/commit - super1.c
Move a variable declaration to the declaration area.
authorPaul Clements <paul.clements@steeleye.com>
Tue, 20 Jun 2006 00:01:47 +0000 (10:01 +1000)
committerNeil Brown <neilb@suse.de>
Tue, 20 Jun 2006 00:01:47 +0000 (10:01 +1000)
commitb015e6c26833982f313d8684d7ba161ae06d63b9
treeaf0d9015935c5132bc6432e283eda46919effe0e
parente81cdd9f3794d2b4452ae2297c43e16e3faf6f6a
Move a variable declaration to the declaration area.

While declaring variables in the middle of code withs with
newer gcc's it doesn't work with older, and it is arguably
less readable, so just do the right thing.

From: Paul Clements <paul.clements@steeleye.com>
super1.c