From 93ee3660bb09824527e61dc901198a57d0577083 Mon Sep 17 00:00:00 2001 From: ache Date: Mon, 17 Oct 1994 12:44:02 +0000 Subject: Initialize color_display as undefined, cosmetique --- sys/dev/syscons/syscons.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev') diff --git a/sys/dev/syscons/syscons.c b/sys/dev/syscons/syscons.c index f2f6f30..6e7afea 100644 --- a/sys/dev/syscons/syscons.c +++ b/sys/dev/syscons/syscons.c @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: syscons.c,v 1.64 1994/10/03 01:22:46 ache Exp $ + * $Id: syscons.c,v 1.65 1994/10/15 21:33:58 ache Exp $ */ #include "sc.h" @@ -283,7 +283,7 @@ struct tty pccons[NCONS+1]; u_short *Crtat = (u_short *)MONO_BUF; void consinit(void) {scinit();} extern char *video_mode_ptr; -int color_display = 0; +int color_display = -1; struct isa_driver scdriver = { pcprobe, pcattach, "sc", -- cgit v1.1