diff options
Diffstat (limited to 'coreutils/sort.c')
-rw-r--r-- | coreutils/sort.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/sort.c b/coreutils/sort.c index 1f531fb76..1fa552725 100644 --- a/coreutils/sort.c +++ b/coreutils/sort.c | |||
@@ -276,7 +276,7 @@ static unsigned str2u(char **str) | |||
276 | #endif | 276 | #endif |
277 | 277 | ||
278 | int sort_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; | 278 | int sort_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; |
279 | int sort_main(int argc ATTRIBUTE_UNUSED, char **argv) | 279 | int sort_main(int argc UNUSED_PARAM, char **argv) |
280 | { | 280 | { |
281 | FILE *fp, *outfile = stdout; | 281 | FILE *fp, *outfile = stdout; |
282 | char *line, **lines = NULL; | 282 | char *line, **lines = NULL; |