diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2009-09-05 16:51:20 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2009-09-05 16:51:20 +0000 |
commit | 2c102ef711a8db1cd3ff00f84f4ec6019bccc751 (patch) | |
tree | 696eecc0bb41f1e8175f6e15a2c729b862dcd804 /sys/dev/wscons | |
parent | 9a4889926beaa5d0ead2fc3bfa8af01ad5c44d87 (diff) |
Buglet crept in.
Diffstat (limited to 'sys/dev/wscons')
-rw-r--r-- | sys/dev/wscons/wsemul_sun.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/wscons/wsemul_sun.c b/sys/dev/wscons/wsemul_sun.c index 3edf4b19801..43cac5af2db 100644 --- a/sys/dev/wscons/wsemul_sun.c +++ b/sys/dev/wscons/wsemul_sun.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wsemul_sun.c,v 1.27 2009/09/05 14:49:20 miod Exp $ */ +/* $OpenBSD: wsemul_sun.c,v 1.28 2009/09/05 16:51:19 miod Exp $ */ /* $NetBSD: wsemul_sun.c,v 1.11 2000/01/05 11:19:36 drochner Exp $ */ /* @@ -626,8 +626,6 @@ wsemul_sun_output(void *cookie, const u_char *data, u_int count, int kernel) } for (; count > 0; data++, count--) { - wsemul_resume_abort(&edp->abortstate); - #ifdef JUMP_SCROLL switch (edp->abortstate.state) { case ABORT_FAILED_JUMP_SCROLL: |