Fix warning on i386-pc

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-10-05 10:22:23 +02:00
parent 805448e987
commit 5c62099a8f

View file

@ -169,7 +169,7 @@ grub_pxe_recv (const struct grub_net_card *dev __attribute__ ((unused)))
{
struct grub_pxe_undi_isr *isr;
static int in_progress = 0;
char *ptr, *end;
grub_uint8_t *ptr, *end;
struct grub_net_buff *buf;
isr = (void *) GRUB_MEMORY_MACHINE_SCRATCH_ADDR;