mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-21 15:45:02 +00:00
Removed extra definition of constty. It is defined in subr_prf.c.
This commit is contained in:
parent
48792cfc18
commit
43a6378726
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=27129
@ -36,7 +36,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)cons.c 7.2 (Berkeley) 5/9/91
|
||||
* $Id$
|
||||
* $Id: cons.c,v 1.51 1997/02/22 09:32:10 peter Exp $
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
@ -84,8 +84,6 @@ static struct cdevsw cn_cdevsw =
|
||||
cnioctl, nullstop, nullreset, nodevtotty,/* console */
|
||||
cnselect, nommap, NULL, "console", NULL, -1 };
|
||||
|
||||
struct tty *constty = 0; /* virtual console output device */
|
||||
|
||||
static dev_t cn_dev_t;
|
||||
SYSCTL_OPAQUE(_machdep, CPU_CONSDEV, consdev, CTLTYPE_OPAQUE|CTLFLAG_RD,
|
||||
&cn_dev_t, sizeof cn_dev_t, "T,dev_t", "");
|
||||
|
@ -36,7 +36,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)cons.c 7.2 (Berkeley) 5/9/91
|
||||
* $Id$
|
||||
* $Id: cons.c,v 1.51 1997/02/22 09:32:10 peter Exp $
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
@ -84,8 +84,6 @@ static struct cdevsw cn_cdevsw =
|
||||
cnioctl, nullstop, nullreset, nodevtotty,/* console */
|
||||
cnselect, nommap, NULL, "console", NULL, -1 };
|
||||
|
||||
struct tty *constty = 0; /* virtual console output device */
|
||||
|
||||
static dev_t cn_dev_t;
|
||||
SYSCTL_OPAQUE(_machdep, CPU_CONSDEV, consdev, CTLTYPE_OPAQUE|CTLFLAG_RD,
|
||||
&cn_dev_t, sizeof cn_dev_t, "T,dev_t", "");
|
||||
|
Loading…
Reference in New Issue
Block a user