diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-03-13 10:32:34 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-03-13 10:34:20 +0100 |
commit | d475921f83c372f1f84b313da9106a506f982080 (patch) | |
tree | e618159aa3e5cd474ce1b5e640c932ddaf5100e0 /dev-db/mysql-udf-http/files/mysql-udf-http-stdlib.patch | |
parent | ddfbfddcc275de3cb70269682d7c91327997bdbf (diff) | |
download | gentoo-d475921f83c372f1f84b313da9106a506f982080.tar.gz gentoo-d475921f83c372f1f84b313da9106a506f982080.tar.xz |
dev-db/mysql-udf-http: Remove last-rited pkg
Closes: https://bugs.gentoo.org/677450
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-db/mysql-udf-http/files/mysql-udf-http-stdlib.patch')
-rw-r--r-- | dev-db/mysql-udf-http/files/mysql-udf-http-stdlib.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/dev-db/mysql-udf-http/files/mysql-udf-http-stdlib.patch b/dev-db/mysql-udf-http/files/mysql-udf-http-stdlib.patch deleted file mode 100644 index 6e371fc4a83..00000000000 --- a/dev-db/mysql-udf-http/files/mysql-udf-http-stdlib.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- src/mysql-udf-http.c.orig 2010-09-06 06:00:32.000000000 +0200 -+++ src/mysql-udf-http.c 2011-10-18 16:36:37.000000000 +0200 -@@ -2,6 +2,7 @@ - #include <string.h> - - #include <stdio.h> -+#include <stdlib.h> - #include <curl/curl.h> - #include "mysql-udf-http.h" - |