sbin/hammer: Change *stat to *sp for gcc4
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Fri, 16 Oct 2015 16:06:34 +0000 (01:06 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Fri, 16 Oct 2015 16:06:34 +0000 (01:06 +0900)
commited913f04d2f3c61cbd08613aeff3a3056cbaf74c
treee4273a5cefa22e499728a811e943a44347ef29a9
parentaf1faf79b524975c6287fac504e1c04501e62b38
sbin/hammer: Change *stat to *sp for gcc4

e9976f43 had compile time error with gcc4 (but not with gcc5).

misc.c: In function '_hammer_add_zone_stat':
misc.c:326:20: error: declaration of 'stat' shadows a global declaration [-Werror=shadow]
In file included from hammer.h:39:0,
                 from misc.c:37:

Spotted-by: swildner
sbin/hammer/misc.c