[Bug 1448] Report wrong command-line options
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Fri May 10 15:20:49 EST 2013
https://bugzilla.mindrot.org/show_bug.cgi?id=1448
--- Comment #6 from Darren Tucker <dtucker at zip.com.au> ---
ok, so it turns out the original upstream source in OpenBSD's getopt.c
had the same behaviour, but was replaced in 2004 with getopt_long.c
which doesn't. For long-term maintainability I think we should switch.
What I'm going to do is
1) factor out the portability changes in getopt.c
2) add getopt_long.c to openssh and remove getopt.c
3) pull the portability changes into getopt_long.c
--
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
More information about the openssh-bugs
mailing list