getopt_ulflags -> getopt32.
[oweals/busybox.git] / miscutils / mountpoint.c
index 3e5fb4b460ba1874cd0e674230e9e79a8aad636a..dbc8fe0e965029051a70a1905b6a00940583f35a 100644 (file)
@@ -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)