diff options
Diffstat (limited to 'x11-libs/libast')
-rw-r--r-- | x11-libs/libast/files/libast-0.8-fix-implicit-func-decls.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/x11-libs/libast/files/libast-0.8-fix-implicit-func-decls.patch b/x11-libs/libast/files/libast-0.8-fix-implicit-func-decls.patch deleted file mode 100644 index 34e55f7d43aa..000000000000 --- a/x11-libs/libast/files/libast-0.8-fix-implicit-func-decls.patch +++ /dev/null @@ -1,15 +0,0 @@ -https://bugs.gentoo.org/871705 ---- a/src/snprintf.c -+++ b/src/snprintf.c -@@ -2,6 +2,11 @@ - # include <config.h> - #endif - -+#include <ctype.h> -+#include <stddef.h> -+#include <string.h> -+#include <stdio.h> -+ - #include <errno.h> - #if defined(HAVE_STDARG_H) && (HAVE_STDARG_H != 0) - # include <stdarg.h> |