Fix bug: microcode was forgetting about file being opened when it ran
authorChris Hanson <org/chris-hanson/cph>
Thu, 19 Jun 1997 05:55:51 +0000 (05:55 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 19 Jun 1997 05:55:51 +0000 (05:55 +0000)
commit150227638b46c8cac06515ef3660d221194fb77c
tree0da80cb92f2bb347c5fb927b7ec69280967b23cc
parentfbf5f90f6726f483eb8e506301a3f9a75c4d0eae
Fix bug: microcode was forgetting about file being opened when it ran
out of channel-table entries.  This left the file locked until Scheme
was exited.

Additionally, the size of the channel table has been increased, and
the number of allowable handles set to its maximum value.
v7/src/microcode/ntfile.c
v7/src/microcode/ntio.c
v7/src/microcode/ntio.h