From: Roy Marples Date: Tue, 15 Jan 2008 15:11:00 +0000 (+0000) Subject: Fix -S in getopt. X-Git-Tag: v3.2.3~92 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4417db8791d49380f2619686426b32d6677de65e;p=thirdparty%2Fdhcpcd.git Fix -S in getopt. --- diff --git a/dhcpcd.c b/dhcpcd.c index 37bbd9c4..8b9eec23 100644 --- a/dhcpcd.c +++ b/dhcpcd.c @@ -191,7 +191,7 @@ int main(int argc, char **argv) /* 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) {