2004-11-02 Hollis Blanchard <hollis@penguinppc.org>

* term/powerpc/ieee1275/ofconsole.c (grub_ofconsole_readkey): Test
	`actual' for negativity.
	* conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Remove
	kern/fshelp.c.
This commit is contained in:
hollisb 2004-11-03 03:21:14 +00:00
parent 41ea0ea3fe
commit a2fea4276a
4 changed files with 16 additions and 17 deletions

View file

@ -26,7 +26,7 @@ grub_emu_SOURCES = kern/main.c kern/device.c \
kern/misc.c kern/loader.c kern/rescue.c kern/term.c \
disk/powerpc/ieee1275/partition.c fs/fshelp.c \
util/i386/pc/biosdisk.c fs/fat.c fs/ext2.c fs/ufs.c fs/minix.c fs/hfs.c \
fs/jfs.c fs/iso9660.c kern/fshelp.c \
fs/jfs.c fs/iso9660.c \
normal/cmdline.c normal/command.c normal/main.c normal/menu.c \
normal/arg.c \
util/console.c util/grub-emu.c util/misc.c util/i386/pc/getroot.c \