diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-04 20:48:38 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-04 20:48:38 +0000 |
commit | 27571ccca6b2417f3889bddc9359c2ed2655bf10 (patch) | |
tree | cd9014ecd2e7ec742abec4ff9088e43891dafb7e /databases/msql | |
parent | d75f726a62a1af718f1f32f6d31524efbd96c5e2 (diff) | |
download | ports-27571ccca6b2417f3889bddc9359c2ed2655bf10.tar.gz ports-27571ccca6b2417f3889bddc9359c2ed2655bf10.zip |
Notes
Diffstat (limited to 'databases/msql')
-rw-r--r-- | databases/msql/files/patch-ai | 8 | ||||
-rw-r--r-- | databases/msql/files/patch-bc | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/databases/msql/files/patch-ai b/databases/msql/files/patch-ai index b4d54537c56d..984e8b7a5b7a 100644 --- a/databases/msql/files/patch-ai +++ b/databases/msql/files/patch-ai @@ -1,5 +1,13 @@ --- src/msql/msqld.c.orig Thu Aug 19 07:33:20 1999 +++ src/msql/msqld.c Sat Jan 27 07:45:13 2001 +@@ -23,6 +23,7 @@ + # include <os2.h> + #endif + ++#define ANSI_ARGS + + #include <stdio.h> + #include <fcntl.h> @@ -749,7 +749,7 @@ #endif #if defined(_OS_UNIX) diff --git a/databases/msql/files/patch-bc b/databases/msql/files/patch-bc index f5a964025c22..54be8a81c50a 100644 --- a/databases/msql/files/patch-bc +++ b/databases/msql/files/patch-bc @@ -1,5 +1,13 @@ --- src/msql/libmsql.c.bak Wed Aug 22 04:17:08 2001 +++ src/msql/libmsql.c Thu Sep 11 11:02:19 2003 +@@ -31,6 +31,7 @@ + # include <stdlib.h> + # include <string.h> + ++#define ANSI_ARGS + + #if defined(_OS_WIN32) + # include <winsock.h> @@ -88,11 +88,11 @@ RETSIGTYPE pipeHandler(int); #endif |