1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Back out my last commit because new patch doesn't work

This commit is contained in:
Renato Botelho 2006-09-12 11:16:39 +00:00
parent 71242d5d76
commit 040efa897d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=172846

View File

@ -1,10 +1,11 @@
--- src/log_mysql_p.h.orig Sun Feb 29 18:49:28 2004
+++ src/log_mysql_p.h Tue Sep 12 07:10:35 2006
@@ -2,6 +2,7 @@
#define __LOG_MYSQL_P_H__ 1
--- src/log_mysql_p.h.orig Mon Sep 11 11:57:13 2006
+++ src/log_mysql_p.h Mon Sep 11 11:57:23 2006
@@ -3,6 +3,8 @@
#include <mysql.h>
+#include <my_globals.h>
+typedef unsigned long ulong;
+
#ifdef MYSQL_VERSION_ID
# if MYSQL_VERSION_ID < 32224
# define mysql_field_count(X) mysql_num_fields(X)