1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-22 10:45:15 +03:00
aports/community/a2ps/fix-redeclarations.patch
2019-10-24 18:56:33 +00:00

20 lines
479 B
Diff

--- a2ps-4.14.orig/lib/options.c
+++ a2ps-4.14/lib/options.c
@@ -57,7 +57,6 @@
#define MAN_LINES 66 /* no lines for a man */
extern char *program_name;
-extern const char *program_invocation_name;
/*
* Hooks used
--- a2ps-4.14.orig/src/main.c
+++ a2ps-4.14/src/main.c
@@ -104,7 +104,6 @@
defined twice, see lib/confg.gperf, handling of `Options:'. */
char *program_name;
-const char *program_invocation_name;
/* Stores the data of liba2ps. */