tls: in AES-GCM decoding, avoid memmove
[oweals/busybox.git] / util-linux / mountpoint.c
index 50772533f70a4139a0645ff0e09eaadf977267df..6b21a5fb3eb93543f8ff65f638de0c2f8801b2f4 100644 (file)
@@ -43,8 +43,7 @@ int mountpoint_main(int argc UNUSED_PARAM, char **argv)
        char *arg;
        int rc, opt;
 
-       opt_complementary = "=1"; /* must have one argument */
-       opt = getopt32(argv, "qdxn");
+       opt = getopt32(argv, "^" "qdxn" "\0" "=1");
 #define OPT_q (1)
 #define OPT_d (2)
 #define OPT_x (4)