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:
parent
267f6cd9ca
commit
8ceafda2a8
10 changed files with 1152 additions and 642 deletions
|
@ -19,7 +19,7 @@
|
|||
*/
|
||||
|
||||
#include <curses.h>
|
||||
#include <grub/console.h>
|
||||
#include <grub/machine/console.h>
|
||||
#include <grub/term.h>
|
||||
#include <grub/types.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue