Blame SOURCES/cpio-2.13-mutiple-definition.patch

5c2053
diff -up cpio-2.13/src/global.c.me cpio-2.13/src/global.c
5c2053
--- cpio-2.13/src/global.c.me	2020-01-30 17:17:42.015259283 +0100
5c2053
+++ cpio-2.13/src/global.c	2020-01-30 17:24:12.680794025 +0100
5c2053
@@ -184,9 +184,6 @@ unsigned int warn_option = 0;
5c2053
 /* Extract to standard output? */
5c2053
 bool to_stdout_option = false;
5c2053
 
5c2053
-/* The name this program was run with.  */
5c2053
-char *program_name;
5c2053
-
5c2053
 /* A pointer to either lstat or stat, depending on whether
5c2053
    dereferencing of symlinks is done for input files.  */
5c2053
 int (*xstat) ();