summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2004-06-04 20:04:52 +0000
committerphk <phk@FreeBSD.org>2004-06-04 20:04:52 +0000
commit06049d3eaf941ee534b340558daac059b6b18912 (patch)
treed6e215bcf253e083595c541ae5d094a1d2c280e4 /sys/i386/isa
parentdb23e347ebdfd57136333ee5b06a73eb4fe8f2c0 (diff)
downloadFreeBSD-src-06049d3eaf941ee534b340558daac059b6b18912.zip
FreeBSD-src-06049d3eaf941ee534b340558daac059b6b18912.tar.gz
Manual edits to change linesw[]-frobbing to ttyld_*() calls.
Diffstat (limited to 'sys/i386/isa')
-rw-r--r--sys/i386/isa/pcvt/pcvt_vtf.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/i386/isa/pcvt/pcvt_vtf.c b/sys/i386/isa/pcvt/pcvt_vtf.c
index 44c7ef7..2fd0ea1 100644
--- a/sys/i386/isa/pcvt/pcvt_vtf.c
+++ b/sys/i386/isa/pcvt/pcvt_vtf.c
@@ -2078,8 +2078,7 @@ respond(struct video_state *svsp)
while (*svsp->report_chars && svsp->report_count > 0)
{
- (*linesw[svsp->vs_tty->t_line].l_rint)
- (*svsp->report_chars++ & 0xff, svsp->vs_tty);
+ ttyld_rint(svsp->vs_tty, *svsp->report_chars++ & 0xff);
svsp->report_count--;
}
}
OpenPOWER on IntegriCloud