1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/databases/xmysql/files/patch-ab
Andreas Klemm 9cf0c35672 New port xmysql.
XmySQL is a front end to the MySQL database engine.  It allows for
simple queries and table maintenance, as well as batch queries.
XmySQL has been compiled and tested on Linux 2.0.0 with MySQL 3.20.16
and Xforms version 0.86.
1997-09-02 14:56:45 +00:00

15 lines
270 B
Plaintext

--- Xmysql_cb.c.orig Tue Sep 2 16:08:23 1997
+++ Xmysql_cb.c Tue Sep 2 16:09:08 1997
@@ -1,5 +1,11 @@
#include <string.h>
+
+#ifdef __FreeBSD__
+#include <stdlib.h>
+#else
#include <malloc.h>
+#endif
+
#include "forms.h"
#include "Xmysql.h"
#include "XmysqlDB.h"