aboutsummaryrefslogtreecommitdiff
path: root/miscutils/mountpoint.c
diff options
context:
space:
mode:
Diffstat (limited to 'miscutils/mountpoint.c')
-rw-r--r--miscutils/mountpoint.c2
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 @@
13 13
14int mountpoint_main(int argc, char **argv) 14int mountpoint_main(int argc, char **argv)
15{ 15{
16 int opt = bb_getopt_ulflags(argc, argv, "qdx"); 16 int opt = getopt32(argc, argv, "qdx");
17#define OPT_q (1) 17#define OPT_q (1)
18#define OPT_d (2) 18#define OPT_d (2)
19#define OPT_x (4) 19#define OPT_x (4)