~kris/9p

9hist

1bee60c4199aa1d2c7d9030d2eb1787a789c26dd — David du Colombier 23 years ago 1008f85
Plan 9 from Bell Labs 2003-03-05
1 files changed, 2 insertions(+), 2 deletions(-)

M port/devcons.c
M port/devcons.c => port/devcons.c +2 -2
@@ 15,9 15,9 @@ Queue*	lineq;			/* processed console input */
Queue*	serialoq;		/* serial console output */
Queue*	kprintoq;		/* console output, for /dev/kprint */
ulong	kprintinuse;		/* test and set whether /dev/kprint is open */
int		iprintscreenputs = 1;
int	iprintscreenputs = 1;

int		panicking;
int	panicking;

static struct
{