summaryrefslogtreecommitdiffstats
path: root/sys/kern/tty.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/tty.c')
-rw-r--r--sys/kern/tty.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/tty.c b/sys/kern/tty.c
index 66fec9e..b5b5f67 100644
--- a/sys/kern/tty.c
+++ b/sys/kern/tty.c
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)tty.c 8.8 (Berkeley) 1/21/94
- * $Id: tty.c,v 1.43 1995/05/07 06:32:28 bde Exp $
+ * $Id: tty.c,v 1.44 1995/05/07 23:53:36 ache Exp $
*/
#include "snp.h"
@@ -208,7 +208,7 @@ ttyclose(tp)
clist_free_cblocks(&tp->t_rawq);
#if NSNP > 0
- if (ISSET(tp->t_state, TS_SNOOP) && tp->t_sc != NULL)
+ if (ISSET(tp->t_state, TS_SNOOP) && tp->t_sc != NULL)
snpdown((struct snoop *)tp->t_sc);
#endif
OpenPOWER on IntegriCloud