diff -ur -x .depend -x *.o -x *.flags /linux.vanilla/drivers/video/skeletonfb.c /linux//drivers/video/skeletonfb.c --- /linux.vanilla/drivers/video/skeletonfb.c Fri Feb 23 20:34:02 2001 +++ /linux//drivers/video/skeletonfb.c Thu Mar 29 21:14:34 2001 @@ -65,13 +65,13 @@ static struct xxxfb_info fb_info; static struct xxxfb_par current_par; -static int current_par_valid = 0; +static int current_par_valid; static struct display disp; static struct fb_var_screeninfo default_var; -static int currcon = 0; -static int inverse = 0; +static int currcon; +static int inverse; int xxxfb_init(void); int xxxfb_setup(char*);