[syslinux] [PATCH] utils/isohybrid.c: 007 (3rd try) Enable promised options -u, -m, -b

Geert Stappers stappers at stappers.nl
Tue Jun 24 21:24:19 PDT 2014


Op 2014-06-24 om 10:21 schreef Thomas Schmitt:
> 
> Third try to produce a digestible patch. Now with names like in Geert's
> reformatted git patches.
> 
> This change enables the options -u, -m, -b as promised by the help text.
> 
> --- a/utils/isohybrid.c	2014-06-22 20:10:49.000000000 +0200
> +++ b/utils/isohybrid.c	2014-06-23 19:52:59.000000000 +0200
> @@ -262,7 +262,7 @@ check_option(int argc, char *argv[])
>      char *err = NULL;
>      int n = 0, ind = 0;
>  
> -    const char optstr[] = ":h:s:e:o:t:i:fcp?vV";
> +    const char optstr[] = ":h:s:e:o:t:i:b:umfcp?vV";
>      struct option lopt[] = \
>      {
>          { "entry", required_argument, NULL, 'e' },

With some extra manual labour it is coomited to the leading source tree.

The extra work was in changing the e-mail part
that is used as commit message.

So thanks for updating the patch so it can be processed by `patch`
and please make it possible that is can be processed
by `git am`, "git apply mail".


Groeten
Geert Stappers
-- 
Leven en laten leven


More information about the Syslinux mailing list