diff options
Diffstat (limited to 'databases/mysql5-client/patches/patch-ap')
-rw-r--r-- | databases/mysql5-client/patches/patch-ap | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/databases/mysql5-client/patches/patch-ap b/databases/mysql5-client/patches/patch-ap deleted file mode 100644 index 90bfe2a0301..00000000000 --- a/databases/mysql5-client/patches/patch-ap +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-ap,v 1.3 2012/04/14 04:04:48 taca Exp $ - ---- client/mysqlbinlog.cc.orig 2012-03-02 14:04:08.000000000 +0000 -+++ client/mysqlbinlog.cc -@@ -37,6 +37,9 @@ - #include "mysql_priv.h" - #include "log_event.h" - #include "sql_common.h" -+#ifdef NEEDS_BSTRING_H -+#include <bstring.h> /* defines bzero() */ -+#endif - #include <welcome_copyright_notice.h> // ORACLE_WELCOME_COPYRIGHT_NOTICE - - #define BIN_LOG_HEADER_SIZE 4 |