blob: fbcea28c0a7bb35de0b3edd5838b7a7db81b52fb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
diff -ur cpio-2.12/gnu/progname.c cpio-2.12+iPhone/gnu/progname.c
--- cpio-2.12/gnu/progname.c 2015-08-31 09:58:43.000000000 -1000
+++ cpio-2.12+iPhone/gnu/progname.c 2018-08-14 11:30:38.000000000 -1000
@@ -28,10 +28,6 @@
#include <string.h>
-/* String containing name the program is called with.
- To be initialized by main(). */
-const char *program_name = NULL;
-
/* Set program_name, based on argv[0].
argv0 must be a string allocated with indefinite extent, and must not be
modified after this call. */
|