K 10 svn:author V 8 kientzle K 8 svn:date V 27 2007-11-02T08:42:14.000000Z K 7 svn:log V 415 MFC 1.18: When skipping input data, request a minimum of 1 instead of the full request size. This avoids a 32-bit overflow problem skipping an exact multiple of 4GB and is faster anyway because it allows the underlying I/O framework to minimize copying. In particular, this fixes bsdtar failing to properly skip entries in uncompressed tar archives that are an exact multiple of 4GB. Approved by: re (Ken Smith) END