tools/pkgconf: update to 1.9.5
[openwrt/staging/nbd.git] / tools / cpio / patches / 001-duplicate-program-name.patch
1 author Sergey Poznyakoff <gray@gnu.org>
2
3 https://git.savannah.gnu.org/cgit/cpio.git/commit/?id=641d3f489cf6238bb916368d4ba0d9325a235afb
4
5 * src/global.c: Remove superfluous declaration of program_name
6
7 --- a/src/global.c
8 +++ b/src/global.c
9 @@ -184,9 +184,6 @@ unsigned int warn_option = 0;
10 /* Extract to standard output? */
11 bool to_stdout_option = false;
12
13 -/* The name this program was run with. */
14 -char *program_name;
15 -
16 /* A pointer to either lstat or stat, depending on whether
17 dereferencing of symlinks is done for input files. */
18 int (*xstat) ();