From b27b6da6722143676264cdc1c518e6e64b400f2f Mon Sep 17 00:00:00 2001 From: kleink Date: Thu, 3 Apr 1997 00:54:19 +0000 Subject: [PATCH] It's STRIPDISC, not STRIPIPDISC. --- sys/kern/tty_conf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/kern/tty_conf.c b/sys/kern/tty_conf.c index 5fc61f170407..c673ff5f7156 100644 --- a/sys/kern/tty_conf.c +++ b/sys/kern/tty_conf.c @@ -1,4 +1,4 @@ -/* $NetBSD: tty_conf.c,v 1.18 1996/05/19 17:17:55 jonathan Exp $ */ +/* $NetBSD: tty_conf.c,v 1.19 1997/04/03 00:54:19 kleink Exp $ */ /*- * Copyright (c) 1982, 1986, 1991, 1993 @@ -140,7 +140,7 @@ struct linesw linesw[] = #if NSTRIP > 0 { stripopen, stripclose, ttyerrio, ttyerrio, striptioctl, - stripinput, stripstart, nullmodem }, /* 6- STRIPIPDISC */ + stripinput, stripstart, nullmodem }, /* 6- STRIPDISC */ #else { ttynodisc, ttyerrclose, ttyerrio, ttyerrio, nullioctl, ttyerrinput, ttyerrstart, nullmodem },