Applying Debians 13-getopt.dpatch from Adonikam Virgo

<adonikam@virgonet.org> to fix mkdosfs getopt:

  * Fixes backup sector getopt (Closes: #232387, #479794).

Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
This commit is contained in:
Daniel Baumann 2008-09-26 14:34:42 +02:00
parent 1b2c8ca3b4
commit 3b6a8634f4

View File

@ -1440,7 +1440,7 @@ main (int argc, char **argv)
printf ("%s " VERSION " (" VERSION_DATE ")\n",
program_name);
while ((c = getopt (argc, argv, "AbcCf:F:Ii:l:m:n:r:R:s:S:h:v")) != EOF)
while ((c = getopt (argc, argv, "Ab:cCf:F:Ii:l:m:n:r:R:s:S:h:v")) != EOF)
/* Scan the command line for options */
switch (c)
{