diff options
Diffstat (limited to 'coreutils/cat.c')
-rw-r--r-- | coreutils/cat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/cat.c b/coreutils/cat.c index 989147b39..0024eb8d5 100644 --- a/coreutils/cat.c +++ b/coreutils/cat.c | |||
@@ -40,7 +40,7 @@ int bb_cat(char **argv) | |||
40 | } | 40 | } |
41 | 41 | ||
42 | int cat_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; | 42 | int cat_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; |
43 | int cat_main(int argc ATTRIBUTE_UNUSED, char **argv) | 43 | int cat_main(int argc UNUSED_PARAM, char **argv) |
44 | { | 44 | { |
45 | getopt32(argv, "u"); | 45 | getopt32(argv, "u"); |
46 | argv += optind; | 46 | argv += optind; |