Declare dumpmag as used, even though it is an unused static const.
authorSimon Schubert <corecode@dragonflybsd.org>
Wed, 24 Jan 2007 16:09:29 +0000 (16:09 +0000)
committerSimon Schubert <corecode@dragonflybsd.org>
Wed, 24 Jan 2007 16:09:29 +0000 (16:09 +0000)
commit04a77147dda68357c1d41b8d0a2b340ff8c93e95
tree4455c9ff93c7739decd63704939328880711f94d
parent5f4314d763ed206012e4ea6ce852ee1738347f0f
Declare dumpmag as used, even though it is an unused static const.

This prevents gcc from optimizing it away and makes savecore happy.

Dragonfly-Bug: <http://bugs.dragonflybsd.org/issue536>
sys/kern/kern_shutdown.c