From: deraadt Date: Tue, 10 Dec 1996 19:21:53 +0000 (+0000) Subject: clr TS_WOPEN if bailing on cua opens X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=c72ff8b268860f54e74a6fa41678f78b1ae77527;p=openbsd clr TS_WOPEN if bailing on cua opens As well, at this point I've also done fancy cvs repository mangling to ensure that the com* files in sys/dev/ic maintain the history we had before. (Yes, I cleaned up the 2.0 tags too..) --- diff --git a/sys/dev/ic/com.c b/sys/dev/ic/com.c index 81b15473c45..eab38582d46 100644 --- a/sys/dev/ic/com.c +++ b/sys/dev/ic/com.c @@ -1,4 +1,4 @@ -/* $OpenBSD: com.c,v 1.28 1996/11/29 22:54:52 niklas Exp $ */ +/* $OpenBSD: com.c,v 1.29 1996/12/10 19:21:53 deraadt Exp $ */ /* $NetBSD: com.c,v 1.82.4.1 1996/06/02 09:08:00 mrg Exp $ */ /*- @@ -952,6 +952,7 @@ comopen(dev, flag, mode, p) only waiter */ if (DEVCUA(dev)) sc->sc_cua = 0; + CLR(tp->t_state, TS_WOPEN); splx(s); return error; }