chiark / gitweb /
udevd: add 'N:' to optstring in getopt_long
authorThomas Egerer <thomas.egerer@secunet.com>
Thu, 31 Mar 2011 15:25:31 +0000 (17:25 +0200)
committerKay Sievers <kay.sievers@vrfy.org>
Thu, 31 Mar 2011 15:26:37 +0000 (17:26 +0200)
udev/udevd.c

index 1871474ff9ea7700ac57acb4f0316d1623db6967..a8b339fa1f76c63e27a9d6d16679224b222b7e55 100644 (file)
@@ -1118,7 +1118,7 @@ int main(int argc, char *argv[])
        for (;;) {
                int option;
 
-               option = getopt_long(argc, argv, "c:deDthV", options, NULL);
+               option = getopt_long(argc, argv, "c:deDtN:hV", options, NULL);
                if (option == -1)
                        break;