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