diff options
Diffstat (limited to 'networking/pscan.c')
-rw-r--r-- | networking/pscan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/pscan.c b/networking/pscan.c index b332d7133..5fb6af0b3 100644 --- a/networking/pscan.c +++ b/networking/pscan.c | |||
@@ -31,7 +31,7 @@ static const char *port_name(unsigned port) | |||
31 | #define MONOTONIC_US() ((unsigned)monotonic_us()) | 31 | #define MONOTONIC_US() ((unsigned)monotonic_us()) |
32 | 32 | ||
33 | int pscan_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; | 33 | int pscan_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; |
34 | int pscan_main(int argc ATTRIBUTE_UNUSED, char **argv) | 34 | int pscan_main(int argc UNUSED_PARAM, char **argv) |
35 | { | 35 | { |
36 | const char *opt_max_port = "1024"; /* -P: default max port */ | 36 | const char *opt_max_port = "1024"; /* -P: default max port */ |
37 | const char *opt_min_port = "1"; /* -p: default min port */ | 37 | const char *opt_min_port = "1"; /* -p: default min port */ |