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 /networking/nc_bloaty.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 'networking/nc_bloaty.c')
-rw-r--r-- | networking/nc_bloaty.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/networking/nc_bloaty.c b/networking/nc_bloaty.c index 5f7bd0372..41db94524 100644 --- a/networking/nc_bloaty.c +++ b/networking/nc_bloaty.c | |||
@@ -177,7 +177,7 @@ static void unarm(void) | |||
177 | } | 177 | } |
178 | 178 | ||
179 | /* timeout and other signal handling cruft */ | 179 | /* timeout and other signal handling cruft */ |
180 | static void tmtravel(int sig ATTRIBUTE_UNUSED) | 180 | static void tmtravel(int sig UNUSED_PARAM) |
181 | { | 181 | { |
182 | unarm(); | 182 | unarm(); |
183 | longjmp(jbuf, 1); | 183 | longjmp(jbuf, 1); |
@@ -222,7 +222,7 @@ Debug("findline returning whole thing: %d", siz); | |||
222 | that would be security-critical, which is why it's ifdefed out by default. | 222 | that would be security-critical, which is why it's ifdefed out by default. |
223 | Use at your own hairy risk; if you leave shells lying around behind open | 223 | Use at your own hairy risk; if you leave shells lying around behind open |
224 | listening ports you deserve to lose!! */ | 224 | listening ports you deserve to lose!! */ |
225 | static int doexec(char **proggie) ATTRIBUTE_NORETURN; | 225 | static int doexec(char **proggie) NORETURN; |
226 | static int doexec(char **proggie) | 226 | static int doexec(char **proggie) |
227 | { | 227 | { |
228 | xmove_fd(netfd, 0); | 228 | xmove_fd(netfd, 0); |