clr TS_WOPEN if bailing on cua opens
authorderaadt <deraadt@openbsd.org>
Tue, 10 Dec 1996 19:21:53 +0000 (19:21 +0000)
committerderaadt <deraadt@openbsd.org>
Tue, 10 Dec 1996 19:21:53 +0000 (19:21 +0000)
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

index 81b1547..eab3858 100644 (file)
@@ -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;
                        }