getopt_ulflags -> getopt32.
[oweals/busybox.git] / networking / fakeidentd.c
index 2d690edba7bc2a69c0fa9deb72a031be603f9046..6070e5f2d0c83d621b8595da298572d9434650f3 100644 (file)
@@ -228,7 +228,7 @@ int fakeidentd_main(int argc, char **argv)
        FD_SET(0, &G.readfds);
 
        /* handle -b <ip> parameter */
-       bb_getopt_ulflags(argc, argv, "b:", &bind_ip_address);
+       getopt32(argc, argv, "b:", &bind_ip_address);
        /* handle optional REPLY STRING */
        if (optind < argc)
                G.identuser = argv[optind];