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 37237ec1d..f3baf0a2d 100644 --- a/coreutils/cat.c +++ b/coreutils/cat.c | |||
@@ -18,7 +18,7 @@ int cat_main(int argc, char **argv) | |||
18 | FILE *f; | 18 | FILE *f; |
19 | int retval = EXIT_SUCCESS; | 19 | int retval = EXIT_SUCCESS; |
20 | 20 | ||
21 | bb_getopt_ulflags(argc, argv, "u"); | 21 | getopt32(argc, argv, "u"); |
22 | 22 | ||
23 | argv += optind; | 23 | argv += optind; |
24 | if (!*argv) { | 24 | if (!*argv) { |