/t_line/t_linesw (typo)

This commit is contained in:
itojun 2000-11-10 11:08:32 +00:00
parent 7da1bb7a9c
commit 05b2e0b151
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: scc.c,v 1.51 2000/11/02 00:26:36 eeh Exp $ */
/* $NetBSD: scc.c,v 1.52 2000/11/10 11:08:32 itojun Exp $ */
/*
* Copyright (c) 1991,1990,1989,1994,1995,1996 Carnegie Mellon University
@ -64,7 +64,7 @@
*/
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
__KERNEL_RCSID(0, "$NetBSD: scc.c,v 1.51 2000/11/02 00:26:36 eeh Exp $");
__KERNEL_RCSID(0, "$NetBSD: scc.c,v 1.52 2000/11/10 11:08:32 itojun Exp $");
#include "opt_ddb.h"
#ifdef alpha
@ -1050,7 +1050,7 @@ sccintr(xxxsc)
(caddr_t) tp->t_outq.c_cf);
dp->p_end = dp->p_mem = tp->t_outq.c_cf;
}
if (tp->t_line)
if (tp->t_linesw)
(*tp->t_linesw->l_start)(tp);
else
sccstart(tp);