diff options
Diffstat (limited to 'procps/sysctl.c')
-rw-r--r-- | procps/sysctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/procps/sysctl.c b/procps/sysctl.c index 3a0af02d2..1995382ad 100644 --- a/procps/sysctl.c +++ b/procps/sysctl.c | |||
@@ -57,7 +57,7 @@ enum { | |||
57 | }; | 57 | }; |
58 | 58 | ||
59 | int sysctl_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; | 59 | int sysctl_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; |
60 | int sysctl_main(int argc, char **argv) | 60 | int sysctl_main(int argc ATTRIBUTE_UNUSED, char **argv) |
61 | { | 61 | { |
62 | int retval; | 62 | int retval; |
63 | int opt; | 63 | int opt; |