grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Use getopt_long() instead of argp_parse() in grub-emu


From: Marco Gerards
Subject: Re: [PATCH] Use getopt_long() instead of argp_parse() in grub-emu
Date: Tue, 15 Jan 2008 12:13:01 +0100
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux)

Christian Franke <address@hidden> writes:


[...]

> 2008-01-14  Christian Franke  <address@hidden>
>
>       * util/grub-emu.c: Replace <argp.h> by <getopt.h>.
>       (argp_program_version): Remove variable.
>       (argp_program_bug_address): Likewise.
>       (options): Convert from struct argp_option to struct option.
>       (struct arguments): Remove.
>       (parse_opt): Remove.
>       (usage): New function.
>       (main): Replace struct args members by simple variables.
>       Replace argp_parse() by getopt_long().
>       Add switch to evaluate options.
>       Add missing "(...)" around root_dev in prefix string.

This can be committed.  If no one does this, I will do this when I
have the time to do this.

--
Marco





reply via email to

[Prev in Thread] Current Thread [Next in Thread]