]> Dogcows Code - chaz/tar/blobdiff - src/sparse.c
Remove defines and declarations imported from paxutils
[chaz/tar] / src / sparse.c
index b43f3d78ad4a7b0e30752617d829135dc420c62f..fb77aefdf483a9a2333d6711010663810020d67e 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU General Public License along
    with this program; if not, write to the Free Software Foundation, Inc.,
-   59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
+   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
 
 #include <system.h>
 #include <quotearg.h>
@@ -225,7 +225,7 @@ sparse_scan_file (struct tar_sparse_file *file)
 {
   static char buffer[BLOCKSIZE];
   size_t count;
-  size_t offset = 0;
+  off_t offset = 0;
   struct sp_array sp = {0, 0};
 
   if (!lseek_or_error (file, 0))
This page took 0.022105 seconds and 4 git commands to generate.