From faa78b5f58bd00a6e355e798a300db46a34bf35a Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Sun, 31 Oct 1993 00:09:02 +0000 Subject: [PATCH] Fixed bug where syscons.c wouldn't compile if DDB was enabled. Removed FAT_CURSOR and STAR_SAVER as compiled in defaults - these should be kernel options! --- sys/dev/syscons/syscons.c | 7 ++----- sys/i386/isa/syscons.c | 7 ++----- sys/isa/syscons.c | 7 ++----- 3 files changed, 6 insertions(+), 15 deletions(-) diff --git a/sys/dev/syscons/syscons.c b/sys/dev/syscons/syscons.c index 809e7475da18..d634a7c861d0 100644 --- a/sys/dev/syscons/syscons.c +++ b/sys/dev/syscons/syscons.c @@ -35,16 +35,13 @@ * * from: @(#)pccons.c 5.11 (Berkeley) 5/21/91 * from: @(#)syscons.c 1.1 931021 - * $Id$ + * $Id: syscons.c,v 1.16 1993/10/28 06:15:14 rgrimes Exp $ * * Heavily modified by Søren Schmidt (sos@login.dkuug.dk) to provide: * * virtual consoles, SYSV ioctl's, ANSI emulation .... */ -#define STAR_SAVER -#define FAT_CURSOR - #include "param.h" #include "conf.h" #include "ioctl.h" @@ -74,7 +71,7 @@ #if !defined(NetBSD) #include "ddb.h" #if NDDB > 0 -#define DDB +#define DDB 1 #endif #endif diff --git a/sys/i386/isa/syscons.c b/sys/i386/isa/syscons.c index 809e7475da18..d634a7c861d0 100644 --- a/sys/i386/isa/syscons.c +++ b/sys/i386/isa/syscons.c @@ -35,16 +35,13 @@ * * from: @(#)pccons.c 5.11 (Berkeley) 5/21/91 * from: @(#)syscons.c 1.1 931021 - * $Id$ + * $Id: syscons.c,v 1.16 1993/10/28 06:15:14 rgrimes Exp $ * * Heavily modified by Søren Schmidt (sos@login.dkuug.dk) to provide: * * virtual consoles, SYSV ioctl's, ANSI emulation .... */ -#define STAR_SAVER -#define FAT_CURSOR - #include "param.h" #include "conf.h" #include "ioctl.h" @@ -74,7 +71,7 @@ #if !defined(NetBSD) #include "ddb.h" #if NDDB > 0 -#define DDB +#define DDB 1 #endif #endif diff --git a/sys/isa/syscons.c b/sys/isa/syscons.c index 809e7475da18..d634a7c861d0 100644 --- a/sys/isa/syscons.c +++ b/sys/isa/syscons.c @@ -35,16 +35,13 @@ * * from: @(#)pccons.c 5.11 (Berkeley) 5/21/91 * from: @(#)syscons.c 1.1 931021 - * $Id$ + * $Id: syscons.c,v 1.16 1993/10/28 06:15:14 rgrimes Exp $ * * Heavily modified by Søren Schmidt (sos@login.dkuug.dk) to provide: * * virtual consoles, SYSV ioctl's, ANSI emulation .... */ -#define STAR_SAVER -#define FAT_CURSOR - #include "param.h" #include "conf.h" #include "ioctl.h" @@ -74,7 +71,7 @@ #if !defined(NetBSD) #include "ddb.h" #if NDDB > 0 -#define DDB +#define DDB 1 #endif #endif