aboutsummaryrefslogtreecommitdiff
path: root/miscutils
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-07-04 16:50:43 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-07-04 16:50:43 +0200
commitb22bbfffec182997827b0a71eeb93ddafbde602c (patch)
treec7822f5ed12ed82e4116121ea775510db232b111 /miscutils
parentfca70a8cce579ce8cc8caf246c22f0c6e6c6e139 (diff)
downloadbusybox-w32-b22bbfffec182997827b0a71eeb93ddafbde602c.tar.gz
busybox-w32-b22bbfffec182997827b0a71eeb93ddafbde602c.tar.bz2
busybox-w32-b22bbfffec182997827b0a71eeb93ddafbde602c.zip
fix dependencies of FEATURE_GETOPT_LONG
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'miscutils')
-rw-r--r--miscutils/hdparm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/hdparm.c b/miscutils/hdparm.c
index 0d374ca4a..e8a483830 100644
--- a/miscutils/hdparm.c
+++ b/miscutils/hdparm.c
@@ -675,7 +675,7 @@ static void identify(uint16_t *val)
675 swab(val, buf, sizeof(buf)); 675 swab(val, buf, sizeof(buf));
676 val = buf; 676 val = buf;
677#endif 677#endif
678 /* check if we recognise the device type */ 678 /* check if we recognize the device type */
679 bb_putchar('\n'); 679 bb_putchar('\n');
680 if (!(val[GEN_CONFIG] & NOT_ATA)) { 680 if (!(val[GEN_CONFIG] & NOT_ATA)) {
681 dev = ATA_DEV; 681 dev = ATA_DEV;