diff -X excl -rduNp qemu.oorig/hw/vga.c qemu/hw/vga.c --- qemu.oorig/hw/vga.c 2005-02-10 23:00:27.000000000 +0100 +++ qemu/hw/vga.c 2005-04-17 02:47:10.000000000 +0200 @@ -956,7 +956,7 @@ static void vga_get_offsets(VGAState *s, line_offset = s->cr[0x13]; #ifdef CONFIG_S3VGA { - uinr32_t v; + uint32_t v; v = (s->cr[0x51] >> 4) & 3; /* S3 extension */ if (v == 0) v = (s->cr[0x43] >> 2) & 1; /* S3 extension */