diff options
Diffstat (limited to 'coreutils/ln.c')
-rw-r--r-- | coreutils/ln.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/ln.c b/coreutils/ln.c index df183581e..cd6e470be 100644 --- a/coreutils/ln.c +++ b/coreutils/ln.c | |||
@@ -30,7 +30,7 @@ int ln_main(int argc, char **argv) | |||
30 | struct stat statbuf; | 30 | struct stat statbuf; |
31 | int (*link_func)(const char *, const char *); | 31 | int (*link_func)(const char *, const char *); |
32 | 32 | ||
33 | flag = bb_getopt_ulflags(argc, argv, "sfnbS:", &suffix); | 33 | flag = getopt32(argc, argv, "sfnbS:", &suffix); |
34 | 34 | ||
35 | if (argc == optind) { | 35 | if (argc == optind) { |
36 | bb_show_usage(); | 36 | bb_show_usage(); |