Files
pkgsrc-ng/databases/mysql5-client/patches/patch-at
2013-09-26 17:14:40 +02:00

16 lines
392 B
Plaintext

$NetBSD: patch-at,v 1.2 2007/03/11 18:42:29 adam Exp $
--- sql/log_event.h.orig 2007-03-05 20:21:40.000000000 +0100
+++ sql/log_event.h
@@ -17,6 +17,10 @@
#ifndef _log_event_h
#define _log_event_h
+#ifdef NEEDS_BSTRING_H
+#include <bstring.h> /* defines bzero() */
+#endif
+
#ifdef __EMX__
#undef write // remove pthread.h macro definition, conflict with write() class member
#endif