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

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