]> git.proxmox.com Git - grub2.git/commit - ChangeLog-2015
2008-01-15 Christian Franke <franke@computer.org>
authorrobertmh <robertmh@localhost>
Tue, 15 Jan 2008 11:49:22 +0000 (11:49 +0000)
committerrobertmh <robertmh@localhost>
Tue, 15 Jan 2008 11:49:22 +0000 (11:49 +0000)
commit47bf09a4eda1d773cc9159b135a0d7a72b456b71
tree0cb46468ed8fc2faf72a62745efe74ba31b442f8
parentc86f14693af59747b19be46511d127433da425eb
2008-01-15  Christian Franke  <franke@computer.org>

        * 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.
ChangeLog
util/grub-emu.c