aboutsummaryrefslogtreecommitdiffstats
path: root/main/util-linux-ng/program-invocation.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/util-linux-ng/program-invocation.patch')
-rw-r--r--main/util-linux-ng/program-invocation.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/main/util-linux-ng/program-invocation.patch b/main/util-linux-ng/program-invocation.patch
deleted file mode 100644
index c81f97e36a..0000000000
--- a/main/util-linux-ng/program-invocation.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- util-linux-2.19.1.orig/include/c.h
-+++ util-linux-2.19.1/include/c.h
-@@ -115,7 +115,7 @@
-
- #ifndef HAVE_PROGRAM_INVOCATION_SHORT_NAME
- # ifdef HAVE___PROGNAME
--extern char *__progname;
-+extern const char *__progname;
- # define program_invocation_short_name __progname
- # else
- # include <string.h>