diff options
Diffstat (limited to 'miscutils/mountpoint.c')
-rw-r--r-- | miscutils/mountpoint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/mountpoint.c b/miscutils/mountpoint.c index 3e5fb4b46..dbc8fe0e9 100644 --- a/miscutils/mountpoint.c +++ b/miscutils/mountpoint.c @@ -13,7 +13,7 @@ int mountpoint_main(int argc, char **argv) { - int opt = bb_getopt_ulflags(argc, argv, "qdx"); + int opt = getopt32(argc, argv, "qdx"); #define OPT_q (1) #define OPT_d (2) #define OPT_x (4) |