diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-07-05 09:18:54 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-07-05 09:18:54 +0000 |
commit | a60f84ebf07863e390b72a2b6150e461a1ec18e9 (patch) | |
tree | f59bc665cfe3d2d32622450d80523e3c1265e501 /miscutils/hdparm.c | |
parent | f6efccc0659a2e2978f2021153f34ce92257ad2b (diff) | |
download | busybox-w32-a60f84ebf07863e390b72a2b6150e461a1ec18e9.tar.gz busybox-w32-a60f84ebf07863e390b72a2b6150e461a1ec18e9.tar.bz2 busybox-w32-a60f84ebf07863e390b72a2b6150e461a1ec18e9.zip |
*: rename ATTRIBUTE_XXX to just XXX.
Diffstat (limited to 'miscutils/hdparm.c')
-rw-r--r-- | miscutils/hdparm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/miscutils/hdparm.c b/miscutils/hdparm.c index a5d5b05cd..b75da16ec 100644 --- a/miscutils/hdparm.c +++ b/miscutils/hdparm.c | |||
@@ -678,7 +678,7 @@ static const char secu_str[] ALIGN1 = | |||
678 | ; | 678 | ; |
679 | 679 | ||
680 | // Parse 512 byte disk identification block and print much crap. | 680 | // Parse 512 byte disk identification block and print much crap. |
681 | static void identify(uint16_t *val) ATTRIBUTE_NORETURN; | 681 | static void identify(uint16_t *val) NORETURN; |
682 | static void identify(uint16_t *val) | 682 | static void identify(uint16_t *val) |
683 | { | 683 | { |
684 | uint16_t ii, jj, kk; | 684 | uint16_t ii, jj, kk; |
@@ -1908,7 +1908,7 @@ static int fromhex(unsigned char c) | |||
1908 | bb_error_msg_and_die("bad char: '%c' 0x%02x", c, c); | 1908 | bb_error_msg_and_die("bad char: '%c' 0x%02x", c, c); |
1909 | } | 1909 | } |
1910 | 1910 | ||
1911 | static void identify_from_stdin(void) ATTRIBUTE_NORETURN; | 1911 | static void identify_from_stdin(void) NORETURN; |
1912 | static void identify_from_stdin(void) | 1912 | static void identify_from_stdin(void) |
1913 | { | 1913 | { |
1914 | uint16_t sbuf[256]; | 1914 | uint16_t sbuf[256]; |