2005-11-03 Hollis Blanchard <hollis@penguinppc.org>

* kern/powerpc/ieee1275/init.c (grub_get_rtc): Initialize `msecs'
	to 0.
	* term/ieee1275/ofconsole.c (grub_ofconsole_checkkey): Return -1 if
	there are no pending characters.
This commit is contained in:
hollisb 2005-11-04 04:50:14 +00:00
parent e45deb9e1e
commit 77500b2bf0
3 changed files with 10 additions and 4 deletions

View file

@ -189,7 +189,7 @@ grub_ofconsole_checkkey (void)
return 1;
}
return 0;
return -1;
}
static int