Fixed bug introduced by previous bug fix from Christoph Rubitschko. I
authorDavid Greenman <davidg@Root.COM>
Sat, 29 Jan 1994 04:04:26 +0000 (04:04 +0000)
committerDavid Greenman <davidg@Root.COM>
Sat, 29 Jan 1994 04:04:26 +0000 (04:04 +0000)
commit1396a309a887e0668c3f40f3f3f03e5d422066a5
tree88c77a2aef33e6bdb99f2baf24e1874ffa48c58e
parentf544be2e4b02994d6c2e1088058578a5fab76dd9
   Fixed bug introduced by previous bug fix from Christoph Rubitschko. I
still don't like this fix, but a better way to fix this escapes me. Also
defered setting curproc=NULL and freeing of p_limit structs until a little
later in the exit - it seems that it might be possible for the process
to block earlier (and this would be bad).
   Backed out previous "fix" from me to ptcclose as it was probably
bogus and now unnecessary with the fix in kern_exit.
sys/kern/kern_exit.c
sys/kern/tty_pty.c