diff options
Diffstat (limited to 'networking/nc.c')
-rw-r--r-- | networking/nc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/nc.c b/networking/nc.c index 2fd42d5f6..1a99f91cc 100644 --- a/networking/nc.c +++ b/networking/nc.c | |||
@@ -17,7 +17,7 @@ | |||
17 | * when compared to "standard" nc | 17 | * when compared to "standard" nc |
18 | */ | 18 | */ |
19 | 19 | ||
20 | static void timeout(int signum ATTRIBUTE_UNUSED) | 20 | static void timeout(int signum UNUSED_PARAM) |
21 | { | 21 | { |
22 | bb_error_msg_and_die("timed out"); | 22 | bb_error_msg_and_die("timed out"); |
23 | } | 23 | } |