From c72ff8b268860f54e74a6fa41678f78b1ae77527 Mon Sep 17 00:00:00 2001 From: deraadt Date: Tue, 10 Dec 1996 19:21:53 +0000 Subject: [PATCH] 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..) --- sys/dev/ic/com.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; } -- 2.20.1