projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1ba749
)
hdparm: remove stray static (-200 bytes bss)
author
Denis Vlasenko
<vda.linux@googlemail.com>
Wed, 28 Mar 2007 00:14:54 +0000
(
00:14
-0000)
committer
Denis Vlasenko
<vda.linux@googlemail.com>
Wed, 28 Mar 2007 00:14:54 +0000
(
00:14
-0000)
miscutils/hdparm.c
patch
|
blob
|
history
diff --git
a/miscutils/hdparm.c
b/miscutils/hdparm.c
index 8bfe916820a1705ea8b18c7c3ab0cb459f4e2761..2dac8493fd857921d3cb222217318e962054802a 100644
(file)
--- 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) {
- st
atic st
ruct hd_driveid id;
+ struct hd_driveid id;
if (!ioctl(fd, HDIO_GET_IDENTITY, &id)) {
if (multcount != -1) {