projects
/
platform
/
upstream
/
systemd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff4a035
)
udevd: add 'N:' to optstring in getopt_long
author
Thomas Egerer
<thomas.egerer@secunet.com>
Thu, 31 Mar 2011 15:25:31 +0000
(17:25 +0200)
committer
Kay Sievers
<kay.sievers@vrfy.org>
Thu, 31 Mar 2011 15:26:37 +0000
(17:26 +0200)
udev/udevd.c
patch
|
blob
|
history
diff --git
a/udev/udevd.c
b/udev/udevd.c
index
1871474
..
a8b339f
100644
(file)
--- 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:deDt
N:
hV", options, NULL);
if (option == -1)
break;