From: Thomas Egerer <thomas.egerer@secunet.com>
To: linux-hotplug@vger.kernel.org
Subject: [PATCH] udevd.c: Add 'N:' to optstring in getopt_long
Date: Thu, 31 Mar 2011 13:06:23 +0000 [thread overview]
Message-ID: <4D947C4F.6060301@secunet.com> (raw)
[-- 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;
next reply other threads:[~2011-03-31 13:06 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-31 13:06 Thomas Egerer [this message]
2011-03-31 14:30 ` [PATCH] udevd.c: Add 'N:' to optstring in getopt_long Martin Pitt
2011-03-31 15:21 ` Kay Sievers
2011-03-31 15:29 ` Kay Sievers
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4D947C4F.6060301@secunet.com \
--to=thomas.egerer@secunet.com \
--cc=linux-hotplug@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).