Add a default initializer for data_sds. The warning from GCC is not correct,
authorJoerg Sonnenberger <joerg@dragonflybsd.org>
Fri, 2 Jul 2004 15:47:56 +0000 (15:47 +0000)
committerJoerg Sonnenberger <joerg@dragonflybsd.org>
Fri, 2 Jul 2004 15:47:56 +0000 (15:47 +0000)
commit354addd7de2563f46e06a2f4bb2377eee5808b7d
treed37019f5a13960674b31c0fa9bf92b310c5079ad
parent1d94a9ab552040a1601d4a083e98449c2d080682
Add a default initializer for data_sds. The warning from GCC is not correct,
the value is correctly initialized. The value of 0 should minimize the
impact for future changes, where this might not hold true.
sys/dev/raid/vinum/vinumconfig.c