diff -ur -x .depend -x *.o -x *.flags /linux.vanilla/drivers/video/vga16fb.c /linux//drivers/video/vga16fb.c --- /linux.vanilla/drivers/video/vga16fb.c Tue Mar 27 20:32:57 2001 +++ /linux//drivers/video/vga16fb.c Thu Mar 29 22:28:18 2001 @@ -102,7 +102,7 @@ static struct display disp; static struct { u_short blue, green, red, pad; } palette[256]; -static int currcon = 0; +static int currcon; /* --------------------------------------------------------------------- */