From eadec7015b4ae23b7bb664ee0ab2e934c4376d69 Mon Sep 17 00:00:00 2001 From: kientzle Date: Mon, 7 Jun 2004 03:19:57 +0000 Subject: If -b is specified, then force full padding for the last block. --- usr.bin/tar/bsdtar.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'usr.bin/tar/bsdtar.c') diff --git a/usr.bin/tar/bsdtar.c b/usr.bin/tar/bsdtar.c index 73f0854..ccf7c28 100644 --- a/usr.bin/tar/bsdtar.c +++ b/usr.bin/tar/bsdtar.c @@ -151,8 +151,6 @@ main(int argc, char **argv) if (bsdtar->filename == NULL) bsdtar->filename = _PATH_DEFTAPE; - bsdtar->bytes_per_block = 10240; - /* Default: preserve mod time on extract */ bsdtar->extract_flags = ARCHIVE_EXTRACT_TIME; -- cgit v1.1