diff options
Diffstat (limited to 'source/a/tar/tar.nolonezero.diff')
-rw-r--r-- | source/a/tar/tar.nolonezero.diff | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/source/a/tar/tar.nolonezero.diff b/source/a/tar/tar.nolonezero.diff index e1316beb3..c47e067f6 100644 --- a/source/a/tar/tar.nolonezero.diff +++ b/source/a/tar/tar.nolonezero.diff @@ -1,6 +1,7 @@ ---- ./src/list.c.orig 2010-11-01 15:34:59.000000000 -0500 -+++ ./src/list.c 2010-11-08 13:42:14.000000000 -0600 -@@ -212,6 +212,14 @@ +diff -Nur tar-1.27.1.orig/src/list.c tar-1.27.1/src/list.c +--- tar-1.27.1.orig/src/list.c 2013-03-14 15:18:10.000000000 -0500 ++++ tar-1.27.1/src/list.c 2014-07-26 20:42:16.613004098 -0500 +@@ -211,6 +211,14 @@ if (!ignore_zeros_option) { @@ -15,7 +16,7 @@ char buf[UINTMAX_STRSIZE_BOUND]; status = read_header (¤t_header, ¤t_stat_info, -@@ -221,6 +229,7 @@ +@@ -220,6 +228,7 @@ WARNOPT (WARN_ALONE_ZERO_BLOCK, (0, 0, _("A lone zero block at %s"), STRINGIFY_BIGINT (current_block_ordinal (), buf))); |