K 10
svn:author
V 5
clemc
K 8
svn:date
V 27
1982-12-15T21:34:52.000000Z
K 24
svn:entry:committed-date
V 27
1982-12-15T21:34:52.000000Z
K 7
svn:log
V 399
Fixed a bug in fclose as per Dennis Ritchie comments.
fclose should not have any side effects.  It is supposed to sanitize
the buffer structure when it exits.  Currently, it left most of the
fields within the buffer structure Non-Zero.  This normally does not
matter, BUT if fopen/setbuf/fclose/fopen.. the structure returned by the
second fopen would already be filled in.  This is a lose!   Clem


END
