linux-hotplug.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] udevd.c: Add 'N:' to optstring in getopt_long
@ 2011-03-31 13:06 Thomas Egerer
  2011-03-31 14:30 ` Martin Pitt
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Thomas Egerer @ 2011-03-31 13:06 UTC (permalink / raw)
  To: linux-hotplug

[-- Attachment #1: Type: text/plain, Size: 138 bytes --]


Signed-off-by: Thomas Egerer <thomas.egerer@secunet.com>
---
 udev/udevd.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)



[-- Attachment #2: 0001-udevd.c-Add-N-to-optstring-in-getopt_long.patch --]
[-- Type: text/x-patch, Size: 359 bytes --]

diff --git a/udev/udevd.c b/udev/udevd.c
index 1871474..53db44a 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:deDthN:V", options, NULL);
 		if (option == -1)
 			break;
 


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-03-31 15:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-31 13:06 [PATCH] udevd.c: Add 'N:' to optstring in getopt_long Thomas Egerer
2011-03-31 14:30 ` Martin Pitt
2011-03-31 15:21 ` Kay Sievers
2011-03-31 15:29 ` Kay Sievers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).