diff options
Diffstat (limited to 'coreutils/uniq.c')
-rw-r--r-- | coreutils/uniq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/uniq.c b/coreutils/uniq.c index 41f1fed7b..091862118 100644 --- a/coreutils/uniq.c +++ b/coreutils/uniq.c | |||
@@ -26,7 +26,7 @@ static FILE *xgetoptfile_uniq_s(char **argv, int read0write2) | |||
26 | } | 26 | } |
27 | 27 | ||
28 | int uniq_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; | 28 | int uniq_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; |
29 | int uniq_main(int argc ATTRIBUTE_UNUSED, char **argv) | 29 | int uniq_main(int argc UNUSED_PARAM, char **argv) |
30 | { | 30 | { |
31 | FILE *in, *out; | 31 | FILE *in, *out; |
32 | const char *s0, *e0, *s1, *e1, *input_filename; | 32 | const char *s0, *e0, *s1, *e1, *input_filename; |