* term/ieee1275/ofconsole.c (grub_ofconsole_readkey): Remove
duplicate declaration of `start'.
+2010-02-24 Joey Korkames <joey+lists@kidfixit.com>
+
+ * term/ieee1275/ofconsole.c (grub_ofconsole_readkey): Remove
+ duplicate declaration of `start'.
+
2010-02-20 Vladimir Serbinenko <phcoder@gmail.com>
* fs/iso9660.c (grub_iso9660_iterate_dir): Strip version from joliet
break;
case '3':
{
- grub_uint64_t start;
grub_ieee1275_read (stdin_ihandle, &c, 1, &actual);
/* On 9600 we have to wait up to 12 milliseconds. */
start = grub_get_time_ms ();