diff options
Diffstat (limited to 'networking/netstat.c')
-rw-r--r-- | networking/netstat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/netstat.c b/networking/netstat.c index fd8d8ecf3..24b26545e 100644 --- a/networking/netstat.c +++ b/networking/netstat.c | |||
@@ -486,7 +486,7 @@ static void do_info(const char *file, const char *name, int (*proc)(int, char *) | |||
486 | } | 486 | } |
487 | 487 | ||
488 | int netstat_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; | 488 | int netstat_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; |
489 | int netstat_main(int argc ATTRIBUTE_UNUSED, char **argv) | 489 | int netstat_main(int argc UNUSED_PARAM, char **argv) |
490 | { | 490 | { |
491 | const char *net_conn_line_header = PRINT_NET_CONN_HEADER; | 491 | const char *net_conn_line_header = PRINT_NET_CONN_HEADER; |
492 | unsigned opt; | 492 | unsigned opt; |