1From 641d3f489cf6238bb916368d4ba0d9325a235afb Mon Sep 17 00:00:00 2001 2From: Sergey Poznyakoff <gray@gnu.org> 3Date: Mon, 20 Jan 2020 07:45:39 +0200 4Subject: Minor fix * src/global.c: Remove superfluous declaration of 5 program_name 6 7[Retrieved from: 8https://git.savannah.gnu.org/cgit/cpio.git/commit/?id=641d3f489cf6238bb916368d4ba0d9325a235afb] 9Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> 10--- 11 src/global.c | 3 --- 12 1 file changed, 3 deletions(-) 13 14diff --git a/src/global.c b/src/global.c 15index fb3abe9..acf92bc 100644 16--- a/src/global.c 17+++ b/src/global.c 18@@ -184,9 +184,6 @@ unsigned int warn_option = 0; 19 /* Extract to standard output? */ 20 bool to_stdout_option = false; 21 22-/* The name this program was run with. */ 23-char *program_name; 24- 25 /* A pointer to either lstat or stat, depending on whether 26 dereferencing of symlinks is done for input files. */ 27 int (*xstat) (); 28-- 29cgit v1.2.1 30 31