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..)
-/* $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 $ */
/*-
only waiter */
if (DEVCUA(dev))
sc->sc_cua = 0;
+ CLR(tp->t_state, TS_WOPEN);
splx(s);
return error;
}