getopt_ulflags -> getopt32.
[oweals/busybox.git] / networking / dnsd.c
index b0e74d770c88b2e1416e76ea1cacc23f1020bb78..ab3704707ba987db80e2ae2d0f2a8321d252a898 100644 (file)
@@ -372,7 +372,7 @@ int dnsd_main(int argc, char **argv)
        char *sttl=NULL, *sport=NULL;
 
        if(argc > 1)
-               flags = bb_getopt_ulflags(argc, argv, "i:c:t:p:dv", &listen_interface, &fileconf, &sttl, &sport);
+               flags = getopt32(argc, argv, "i:c:t:p:dv", &listen_interface, &fileconf, &sttl, &sport);
        if(sttl)
                if(!(ttl = atol(sttl)))
                        bb_show_usage();