|
|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
Index: Makefile.in
|
|
|
|
|
--- Makefile.in.orig 2013-10-05 21:52:00.000000000 +0200
|
|
|
|
|
+++ Makefile.in 2013-10-06 09:30:10.887808604 +0200
|
|
|
|
|
@@ -1213,7 +1213,7 @@
|
|
|
|
|
--- Makefile.in.orig 2021-01-07 15:30:43.000000000 +0100
|
|
|
|
|
+++ Makefile.in 2021-01-07 19:29:13.323702000 +0100
|
|
|
|
|
@@ -1477,7 +1477,7 @@
|
|
|
|
|
top_srcdir = @top_srcdir@
|
|
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
|
EXTRA_DIST = ChangeLog.1 Make.rules
|
|
|
|
|
@ -11,14 +11,14 @@ Index: Makefile.in
|
|
|
|
|
prev_change_log = ChangeLog.CVS
|
|
|
|
|
changelog_dir = .
|
|
|
|
|
Index: gnu/argp-help.c
|
|
|
|
|
--- gnu/argp-help.c.orig 2013-06-29 07:54:23.000000000 +0200
|
|
|
|
|
+++ gnu/argp-help.c 2013-10-06 09:30:10.887808604 +0200
|
|
|
|
|
@@ -572,10 +572,7 @@
|
|
|
|
|
return val;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
--- gnu/argp-help.c.orig 2021-01-07 19:29:13.324098000 +0100
|
|
|
|
|
+++ gnu/argp-help.c 2021-01-07 19:31:12.455554000 +0100
|
|
|
|
|
@@ -583,10 +583,7 @@
|
|
|
|
|
/* Iterate across the long options of the given ENTRY. Call FUNC for each.
|
|
|
|
|
Stop when such a call returns a non-zero value, and return this value.
|
|
|
|
|
If all FUNC invocations returned 0, return 0. */
|
|
|
|
|
-static inline int
|
|
|
|
|
-#if __GNUC__ >= 3
|
|
|
|
|
-#if (__GNUC__ >= 3) || (__clang_major__ >= 4)
|
|
|
|
|
-__attribute__ ((always_inline))
|
|
|
|
|
-#endif
|
|
|
|
|
+static int
|
|
|
|
|
@ -26,9 +26,9 @@ Index: gnu/argp-help.c
|
|
|
|
|
int (*func)(const struct argp_option *opt,
|
|
|
|
|
const struct argp_option *real,
|
|
|
|
|
Index: gnu/strerror.c
|
|
|
|
|
--- gnu/strerror.c.orig 2013-06-29 07:54:26.000000000 +0200
|
|
|
|
|
+++ gnu/strerror.c 2013-10-06 12:24:08.817964601 +0200
|
|
|
|
|
@@ -26,6 +26,7 @@
|
|
|
|
|
--- gnu/strerror.c.orig 2021-01-07 15:29:45.000000000 +0100
|
|
|
|
|
+++ gnu/strerror.c 2021-01-07 19:29:13.324333000 +0100
|
|
|
|
|
@@ -24,6 +24,7 @@
|
|
|
|
|
#include <stdio.h>
|
|
|
|
|
#include <stdlib.h>
|
|
|
|
|
#include <string.h>
|
|
|
|
|
@ -37,9 +37,9 @@ Index: gnu/strerror.c
|
|
|
|
|
#include "intprops.h"
|
|
|
|
|
#include "strerror-override.h"
|
|
|
|
|
Index: src/tar.c
|
|
|
|
|
--- src/tar.c.orig 2013-10-03 21:28:03.000000000 +0200
|
|
|
|
|
+++ src/tar.c 2013-10-06 09:30:10.897886770 +0200
|
|
|
|
|
@@ -19,6 +19,7 @@
|
|
|
|
|
--- src/tar.c.orig 2021-01-06 16:52:09.000000000 +0100
|
|
|
|
|
+++ src/tar.c 2021-01-07 19:29:13.324618000 +0100
|
|
|
|
|
@@ -18,6 +18,7 @@
|
|
|
|
|
with this program. If not, see <http://www.gnu.org/licenses/>. */
|
|
|
|
|
|
|
|
|
|
#include <system.h>
|
|
|
|
|
@ -48,8 +48,8 @@ Index: src/tar.c
|
|
|
|
|
#include <fnmatch.h>
|
|
|
|
|
#include <argp.h>
|
|
|
|
|
Index: src/utf8.c
|
|
|
|
|
--- src/utf8.c.orig 2013-03-14 21:18:10.000000000 +0100
|
|
|
|
|
+++ src/utf8.c 2013-10-06 09:30:10.897886770 +0200
|
|
|
|
|
--- src/utf8.c.orig 2021-01-06 16:52:09.000000000 +0100
|
|
|
|
|
+++ src/utf8.c 2021-01-07 19:29:13.324722000 +0100
|
|
|
|
|
@@ -23,6 +23,9 @@
|
|
|
|
|
#include "common.h"
|
|
|
|
|
#ifdef HAVE_ICONV_H
|
|
|
|
|
@ -61,8 +61,8 @@ Index: src/utf8.c
|
|
|
|
|
|
|
|
|
|
#ifndef ICONV_CONST
|
|
|
|
|
Index: src/xheader.c
|
|
|
|
|
--- src/xheader.c.orig 2013-03-14 21:18:10.000000000 +0100
|
|
|
|
|
+++ src/xheader.c 2013-10-06 09:30:10.897886770 +0200
|
|
|
|
|
--- src/xheader.c.orig 2021-01-06 16:52:09.000000000 +0100
|
|
|
|
|
+++ src/xheader.c 2021-01-07 19:29:13.324926000 +0100
|
|
|
|
|
@@ -26,6 +26,10 @@
|
|
|
|
|
|
|
|
|
|
#include "common.h"
|
|
|
|
|
|