This was wrong - PCVT and syscons don't share the same entrypoint
names. Submitted by: mh
This commit is contained in:
parent
f534e77446
commit
a1fed99776
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=6198
@ -41,7 +41,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)conf.c 5.8 (Berkeley) 5/12/91
|
||||
* $Id: conf.c,v 1.55 1995/01/25 20:57:32 jmz Exp $
|
||||
* $Id: conf.c,v 1.56 1995/01/31 06:34:53 amurai Exp $
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
@ -316,7 +316,7 @@ int nblkdev = sizeof (bdevsw) / sizeof (bdevsw[0]);
|
||||
/* more console */
|
||||
#include "sc.h"
|
||||
#include "vt.h"
|
||||
#if NSC > 0 || NVT > 0
|
||||
#if NSC > 0
|
||||
d_open_t scopen;
|
||||
d_close_t scclose;
|
||||
d_rdwr_t scread, scwrite;
|
||||
|
Loading…
Reference in New Issue
Block a user