mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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:
parent
c0ba8b5473
commit
faa78b5f58
3 changed files with 6 additions and 15 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue