2005-08-06 Yoshinori K. Okuji <okuji@enbug.org>

* conf/i386-pc.rmk (kernel_img_HEADERS): Reordered for
        readablity.

        * config.guess: Updated to the latest version from gnulib.
        * config.sub: Likewise.
        * install.sh: Likewise.
        * mkinstalldirs: Likewise.

        * include/grub/console.h: Removed. This file is arch-specific. Do
        not put this in include/grub.

        * include/grub/i386/pc/console.h: Resurrected.

        * util/console.c: Include grub/machine/console.h instead of
        grub/console.h.
        * util/grub-emu.c: Likewise.
This commit is contained in:
okuji 2005-08-06 15:50:07 +00:00
parent 267f6cd9ca
commit 8ceafda2a8
10 changed files with 1152 additions and 642 deletions

View file

@ -19,7 +19,7 @@
*/
#include <curses.h>
#include <grub/console.h>
#include <grub/machine/console.h>
#include <grub/term.h>
#include <grub/types.h>