summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/dev/cl.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/mvme88k/dev/cl.c')
-rw-r--r--sys/arch/mvme88k/dev/cl.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/mvme88k/dev/cl.c b/sys/arch/mvme88k/dev/cl.c
index fddf67860db..a759c06ecdd 100644
--- a/sys/arch/mvme88k/dev/cl.c
+++ b/sys/arch/mvme88k/dev/cl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cl.c,v 1.57 2009/11/09 17:53:39 nicm Exp $ */
+/* $OpenBSD: cl.c,v 1.58 2010/04/12 12:57:52 tedu Exp $ */
/*
* Copyright (c) 1995 Dale Rahn. All rights reserved.
@@ -614,7 +614,7 @@ clopen(dev, flag, mode, p)
#ifdef DEBUG
cl_dumpport(sc, channel);
#endif
- return (*linesw[tp->t_line].l_open)(dev, tp);
+ return (*linesw[tp->t_line].l_open)(dev, tp, p);
}
int
@@ -710,7 +710,7 @@ clclose(dev, flag, mode, p)
iot = sc->sc_iot;
ioh = sc->sc_ioh;
tp = cl->tty;
- (*linesw[tp->t_line].l_close)(tp, flag);
+ (*linesw[tp->t_line].l_close)(tp, flag, p);
s = splcl();
bus_space_write_1(iot, ioh, CL_CAR, channel);