summaryrefslogtreecommitdiffstats
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, 11 insertions, 0 deletions
diff --git a/main/util-linux-ng/program-invocation.patch b/main/util-linux-ng/program-invocation.patch
new file mode 100644
index 0000000000..c81f97e36a
--- /dev/null
+++ b/main/util-linux-ng/program-invocation.patch
@@ -0,0 +1,11 @@
+--- 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>