Ifdef color_display by NSC, pointed by Rod

This commit is contained in:
Andrey A. Chernov 1994-10-17 12:36:43 +00:00
parent 27de4e40b8
commit 50249c77fe
2 changed files with 12 additions and 2 deletions

View File

@ -35,11 +35,12 @@
* SUCH DAMAGE.
*
* from: @(#)machdep.c 7.4 (Berkeley) 6/3/91
* $Id: machdep.c,v 1.73 1994/10/10 18:06:58 phk Exp $
* $Id: machdep.c,v 1.74 1994/10/15 21:25:03 ache Exp $
*/
#include "npx.h"
#include "isa.h"
#include "sc.h"
#include <sys/param.h>
#include <sys/systm.h>
@ -135,7 +136,11 @@ int msgbufmapped = 0; /* set when safe to use msgbuf */
int _udatasel, _ucodesel;
extern int adjkerntz, disable_rtc_set; /* from clock.c */
#if NSC > 0
extern int color_display; /* from syscons.c */
#else
int color_display = -1;
#endif
/*
* Machine-dependent startup code

View File

@ -35,11 +35,12 @@
* SUCH DAMAGE.
*
* from: @(#)machdep.c 7.4 (Berkeley) 6/3/91
* $Id: machdep.c,v 1.73 1994/10/10 18:06:58 phk Exp $
* $Id: machdep.c,v 1.74 1994/10/15 21:25:03 ache Exp $
*/
#include "npx.h"
#include "isa.h"
#include "sc.h"
#include <sys/param.h>
#include <sys/systm.h>
@ -135,7 +136,11 @@ int msgbufmapped = 0; /* set when safe to use msgbuf */
int _udatasel, _ucodesel;
extern int adjkerntz, disable_rtc_set; /* from clock.c */
#if NSC > 0
extern int color_display; /* from syscons.c */
#else
int color_display = -1;
#endif
/*
* Machine-dependent startup code