K 10 svn:author V 3 bde K 8 svn:date V 27 1995-06-27T21:29:08.000000Z K 7 svn:log V 303 Pass the correct nonblocking flag to VOP_CLOSE() in vclean(). VOP_CLOSE() takes `F' (file) flags, not `IO' flags. At least that's what close() passes. I previously fixed ttylclose() to check FNONBLOCK instead of IO_NDELAY. This broke the call from vclean() and cleaning of ptys sometimes deadlocked. END