From 6ee9b2cb8cf023253853f1c80e707598685b11f3 Mon Sep 17 00:00:00 2001 From: Thomas Egerer Date: Thu, 31 Mar 2011 17:25:31 +0200 Subject: [PATCH] udevd: add 'N:' to optstring in getopt_long --- udev/udevd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/udev/udevd.c b/udev/udevd.c index 1871474ff..a8b339fa1 100644 --- a/udev/udevd.c +++ b/udev/udevd.c @@ -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; -- 2.30.2