ntpd: default to FEATURE_NTP_AUTH=y
[oweals/busybox.git] / editors / patch_bbox.c
index aae7b79878e575183aa37f59e1c17c1f9007721c..8e09ef4888b667b307fdf30df85d5d8812f3d11b 100644 (file)
@@ -111,10 +111,9 @@ int patch_main(int argc UNUSED_PARAM, char **argv)
                        "no-backup-if-mismatch\0" No_argument       "\xff" /*ignored*/
 # endif
                        ;
-               applet_long_options = patch_longopts;
 #endif
                /* -f,-E,-g are ignored */
-               opt = getopt32(argv, "p:i:RN""fEg:", &p, &i, NULL);
+               opt = getopt32long(argv, "p:i:RN""fEg:", patch_longopts, &p, &i, NULL);
                if (opt & OPT_R)
                        plus = '-';
                patch_level = xatoi(p); /* can be negative! */