From: Denis Vlasenko Date: Wed, 28 Mar 2007 00:14:54 +0000 (-0000) Subject: hdparm: remove stray static (-200 bytes bss) X-Git-Tag: 1_6_0~296 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7c282a20789ec22cb06d249d8a3398af5b37e0ce;p=oweals%2Fbusybox.git hdparm: remove stray static (-200 bytes bss) --- diff --git a/miscutils/hdparm.c b/miscutils/hdparm.c index 8bfe91682..2dac8493f 100644 --- a/miscutils/hdparm.c +++ b/miscutils/hdparm.c @@ -1833,7 +1833,7 @@ static void process_dev(char *devname) #endif /* FEATURE_HDPARM_HDIO_TRISTATE_HWIF */ #if ENABLE_FEATURE_HDPARM_GET_IDENTITY if (get_identity) { - static struct hd_driveid id; + struct hd_driveid id; if (!ioctl(fd, HDIO_GET_IDENTITY, &id)) { if (multcount != -1) {