diff options
Diffstat (limited to 'gutenprint/gutenprint-5.2.7-include_stdio.patch')
-rw-r--r-- | gutenprint/gutenprint-5.2.7-include_stdio.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/gutenprint/gutenprint-5.2.7-include_stdio.patch b/gutenprint/gutenprint-5.2.7-include_stdio.patch deleted file mode 100644 index b2879fc50..000000000 --- a/gutenprint/gutenprint-5.2.7-include_stdio.patch +++ /dev/null @@ -1,21 +0,0 @@ -diff -up gutenprint-5.2.7/src/cups/commandtocanon.c.build gutenprint-5.2.7/src/cups/commandtocanon.c ---- gutenprint-5.2.7/src/cups/commandtocanon.c.build 2011-06-07 13:32:37.372042304 +0100 -+++ gutenprint-5.2.7/src/cups/commandtocanon.c 2011-06-07 13:32:41.270970750 +0100 -@@ -13,6 +13,7 @@ - - #include <cups/cups.h> - #include <ctype.h> -+#include <stdio.h> - #include <stdlib.h> - - -diff -up gutenprint-5.2.7/src/cups/commandtoepson.c.build gutenprint-5.2.7/src/cups/commandtoepson.c ---- gutenprint-5.2.7/src/cups/commandtoepson.c.build 2007-12-24 17:19:20.000000000 +0000 -+++ gutenprint-5.2.7/src/cups/commandtoepson.c 2011-06-07 13:32:35.656073794 +0100 -@@ -30,6 +30,7 @@ - - #include <cups/cups.h> - #include <ctype.h> -+#include <stdio.h> - #include <stdlib.h> - #include <string.h> |