diff options
Diffstat (limited to 'procps/mpstat.c')
-rw-r--r-- | procps/mpstat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/procps/mpstat.c b/procps/mpstat.c index 7ead1fa7d..ed678f456 100644 --- a/procps/mpstat.c +++ b/procps/mpstat.c | |||
@@ -840,7 +840,7 @@ static int get_irqcpu_nr(const char *f, int max_irqs) | |||
840 | //usage: "\n -u Report CPU utilization" | 840 | //usage: "\n -u Report CPU utilization" |
841 | 841 | ||
842 | int mpstat_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; | 842 | int mpstat_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; |
843 | int mpstat_main(int UNUSED_PARAM argc, char **argv) | 843 | int mpstat_main(int argc UNUSED_PARAM, char **argv) |
844 | { | 844 | { |
845 | char *opt_irq_fmt; | 845 | char *opt_irq_fmt; |
846 | char *opt_set_cpu; | 846 | char *opt_set_cpu; |