summaryrefslogtreecommitdiff
path: root/databases/mysql2odbc/files/patch-mtest.c
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2005-08-31 18:43:34 +0000
committerMax Khon <fjoe@FreeBSD.org>2005-08-31 18:43:34 +0000
commitd5cf0d45a2857f5454a000f63d37a0831672dc49 (patch)
tree10c6b27f5cf61f507eb0b5059f15dfd5ebd5d2db /databases/mysql2odbc/files/patch-mtest.c
parentRemove wxgtk26-contrib-utils because wxrc is in base for a long time (diff)
New port: mysql2odbc 0.99.2
The MySQL-ODBC SDK enables you to make MySQL-specific applications database-independent without wholesale re-writes of your application code. Thus, applications that are written directly to the MySQL call level interface now end up being database independent via iODBC (or unixODBC), and usable against any ODBC accessible database (including MySQL). WWW: http://www.iodbc.org/index.php?page=mysql2odbc/index
Diffstat (limited to 'databases/mysql2odbc/files/patch-mtest.c')
-rw-r--r--databases/mysql2odbc/files/patch-mtest.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/mysql2odbc/files/patch-mtest.c b/databases/mysql2odbc/files/patch-mtest.c
new file mode 100644
index 000000000000..ff3cadcdf7d5
--- /dev/null
+++ b/databases/mysql2odbc/files/patch-mtest.c
@@ -0,0 +1,11 @@
+--- mtest.c.orig Sat Aug 20 16:05:55 2005
++++ mtest.c Sat Aug 20 16:06:01 2005
+@@ -27,7 +27,7 @@
+ #include <stdio.h>
+ #include <string.h>
+ #include <memory.h>
+-#include <malloc.h>
++#include <stdlib.h>
+
+ #ifndef WIN32
+ # include <getopt.h>