K 10 svn:author V 8 kientzle K 8 svn:date V 27 2007-10-18T05:16:50.000000Z K 7 svn:log V 359 MFC 1.15: When reading ZIP archives, non-regular files should return EOF immediately on any attempts to read their data. (Previously, it would return a zero-length block, then EOF, which elicited bogus warnings from bsdtar.) Also, correct the EOF return to correctly identify EOF as part of an empty block at the correct offset. Approved by: re (Ken Smith) END