]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
Fix warning on i386-pc
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Wed, 5 Oct 2011 08:22:23 +0000 (10:22 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Wed, 5 Oct 2011 08:22:23 +0000 (10:22 +0200)
grub-core/net/drivers/i386/pc/pxe.c

index 6c5f2fdc432c6ff97e32d9a58d5bf77f9d8519e5..3343533ef7cc46bef9f70874ed8b31607a4ca0cc 100644 (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;