View | Details | Raw Unified | Return to bug 26508
Collapse All | Expand All

(-)syscons.c (-1 / +2 lines)
Lines 122-128 Link Here
122
122
123
#define SC_CONSOLECTL	255
123
#define SC_CONSOLECTL	255
124
124
125
#define VIRTUAL_TTY(sc, x) (SC_DEV((sc), (x))->si_tty)
125
#define VIRTUAL_TTY(sc, x) (SC_DEV((sc), (x)) != NULL ?	\
126
	SC_DEV((sc), (x))->si_tty : NULL)
126
127
127
static	int		debugger;
128
static	int		debugger;

Return to bug 26508