Re: 2.1.21-patch_drivers_char-1

Alan Cox (alan@lxorguk.ukuu.org.uk)
Wed, 15 Jan 1997 20:36:15 +0000 (GMT)


> Remove warnings about "might be used uninitialised".
>
> diff -ur linux-2.1.21.orig/drivers/char/vc_screen.c linux/drivers/char/vc_screen.c
> --- linux-2.1.21.orig/drivers/char/vc_screen.c Sat Dec 14 01:04:14 1996
> +++ linux/drivers/char/vc_screen.c Wed Jan 15 13:49:11 1997

You've just slowed the console down for the sake of some erroneous gcc output.
Fix gcc not the source.

Alan