dce45e02bf
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/cpio#b2d7cef5976b300ce3f2580046e97b0124804777
14 lines
510 B
Diff
14 lines
510 B
Diff
diff -up cpio-2.13/src/global.c.me cpio-2.13/src/global.c
|
|
--- cpio-2.13/src/global.c.me 2020-01-30 17:17:42.015259283 +0100
|
|
+++ cpio-2.13/src/global.c 2020-01-30 17:24:12.680794025 +0100
|
|
@@ -184,9 +184,6 @@ unsigned int warn_option = 0;
|
|
/* Extract to standard output? */
|
|
bool to_stdout_option = false;
|
|
|
|
-/* The name this program was run with. */
|
|
-char *program_name;
|
|
-
|
|
/* A pointer to either lstat or stat, depending on whether
|
|
dereferencing of symlinks is done for input files. */
|
|
int (*xstat) ();
|