Commit 454445f
Simon Wollwage
lib/libc: fix bug in parsing in getopt
getopt had an issue when parsing optional arguments if
they had a space between the opion and its value.
Request: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291374
Signed-off-by: Simon Wollwage <[email protected]>1 parent 0140dc4 commit 454445f
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
116 | 120 | | |
117 | 121 | | |
118 | 122 | | |
| |||
0 commit comments