diff options
author | fjoe <fjoe@FreeBSD.org> | 2005-08-31 18:43:34 +0000 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2005-08-31 18:43:34 +0000 |
commit | ec9249583e50f9af5719b3314f949e26f06dcc47 (patch) | |
tree | 6227760ea49d8fd7597796965891848020a89f85 /databases/mysql2odbc/files/patch-mtest.c | |
parent | 46e41150585142776bd2dd8747a82fb1e401f6f8 (diff) | |
download | FreeBSD-ports-ec9249583e50f9af5719b3314f949e26f06dcc47.zip FreeBSD-ports-ec9249583e50f9af5719b3314f949e26f06dcc47.tar.gz |
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.c | 11 |
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 0000000..ff3cadc --- /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> |