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!
This commit is contained in:
Jordan K. Hubbard 1993-10-31 00:09:02 +00:00
parent c0ba8b5473
commit faa78b5f58
3 changed files with 6 additions and 15 deletions

View File

@ -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

View File

@ -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

View File

@ -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