diff options
Diffstat (limited to 'databases/mysql5-client/patches/patch-ap')
-rw-r--r-- | databases/mysql5-client/patches/patch-ap | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/mysql5-client/patches/patch-ap b/databases/mysql5-client/patches/patch-ap index 91de78e00ab..90bfe2a0301 100644 --- a/databases/mysql5-client/patches/patch-ap +++ b/databases/mysql5-client/patches/patch-ap @@ -1,14 +1,14 @@ -$NetBSD: patch-ap,v 1.2 2007/03/11 18:42:28 adam Exp $ +$NetBSD: patch-ap,v 1.3 2012/04/14 04:04:48 taca Exp $ ---- client/mysqlbinlog.cc.orig 2007-03-05 20:21:42.000000000 +0100 +--- client/mysqlbinlog.cc.orig 2012-03-02 14:04:08.000000000 +0000 +++ client/mysqlbinlog.cc -@@ -36,6 +36,9 @@ +@@ -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 - #define PROBE_HEADER_LEN (EVENT_LEN_OFFSET+4) |