Make pc0 and ofcons0 mutually exclusive, for now.
This commit is contained in:
parent
ba144108f6
commit
9018330f63
|
@ -1,4 +1,4 @@
|
||||||
/* $NetBSD: conf.c,v 1.23 1998/06/12 23:59:22 tv Exp $ */
|
/* $NetBSD: conf.c,v 1.24 1998/06/19 18:29:31 tv Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 1994 Mark Brinicombe.
|
* Copyright (c) 1994 Mark Brinicombe.
|
||||||
|
@ -370,11 +370,10 @@ struct consdev constab[] = {
|
||||||
#endif
|
#endif
|
||||||
#if (NVT + NRPC > 0)
|
#if (NVT + NRPC > 0)
|
||||||
cons_init(rpcconsole),
|
cons_init(rpcconsole),
|
||||||
|
#elif (NPC > 0)
|
||||||
|
cons_init(pc),
|
||||||
#elif (NOFCONS > 0) /* XXX should work together */
|
#elif (NOFCONS > 0) /* XXX should work together */
|
||||||
cons_init(ofcons_),
|
cons_init(ofcons_),
|
||||||
#endif
|
|
||||||
#if (NPC > 0)
|
|
||||||
cons_init(pc),
|
|
||||||
#endif
|
#endif
|
||||||
{ 0 },
|
{ 0 },
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue