K 10 svn:author V 2 dg K 8 svn:date V 27 1994-01-22T22:48:21.000000Z K 7 svn:log V 363 Brute-force fix for the "hanging console" problem. Simply _don't_ call the device close routine. This works because the device close calls the line discipline close (which only flushes the output buffers) and the ttyclose() routine, which does little of nothing except screw with the session and process group fields (which is what was causing all the problems). END