mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-07 19:30:47 -04:00
15 lines
443 B
Plaintext
15 lines
443 B
Plaintext
$NetBSD: patch-ae,v 1.4 2013/01/21 08:58:44 adam Exp $
|
|
|
|
--- client/mysqlbinlog.cc.orig 2012-12-13 10:05:51.000000000 +0000
|
|
+++ client/mysqlbinlog.cc
|
|
@@ -38,6 +38,9 @@
|
|
#include "sql_common.h"
|
|
#include "my_dir.h"
|
|
#include <welcome_copyright_notice.h> // ORACLE_WELCOME_COPYRIGHT_NOTICE
|
|
+#ifdef NEEDS_BSTRING_H
|
|
+#include <bstring.h> /* defines bzero() */
|
|
+#endif
|
|
|
|
#define BIN_LOG_HEADER_SIZE 4
|
|
#define PROBE_HEADER_LEN (EVENT_LEN_OFFSET+4)
|