Mercurial > hg > dhcpcd
changeset 282:34dc93285adf draft
Fix -S in getopt.
| author | Roy Marples <roy@marples.name> |
|---|---|
| date | Tue, 15 Jan 2008 15:11:00 +0000 |
| parents | f03f795bb953 |
| children | 13d81ef637bf |
| files | dhcpcd.c |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/dhcpcd.c Tue Jan 15 14:34:28 2008 +0000 +++ b/dhcpcd.c Tue Jan 15 15:11:00 2008 +0000 @@ -191,7 +191,7 @@ /* Don't set any optional arguments here so we retain POSIX * compatibility with getopt */ while ((opt = getopt_long(argc, argv, EXTRA_OPTS - "c:dh:i:kl:m:npr:s:t:u:xAEF:GHI:LMNRTY", + "c:dh:i:kl:m:npr:s:t:u:xAEF:GHI:LMNRSTY", longopts, &option_index)) != -1) { switch (opt) {
