diff options
Diffstat (limited to 'databases/msql/files/patch-ao')
-rw-r--r-- | databases/msql/files/patch-ao | 31 |
1 files changed, 11 insertions, 20 deletions
diff --git a/databases/msql/files/patch-ao b/databases/msql/files/patch-ao index 5e8b8e9d683e..a3ca64ea16c4 100644 --- a/databases/msql/files/patch-ao +++ b/databases/msql/files/patch-ao @@ -1,20 +1,11 @@ ---- src/msql/sort.c.orig Fri Aug 28 17:20:10 1998 -+++ src/msql/sort.c Fri Aug 28 17:18:42 1998 -@@ -280,7 +280,7 @@ - /* - ** Create the dummy output table - */ -- snprintf(dataPath,MAXPATHLEN,"%s/msqldb/.tmp/%s.tmp",INST_DIR, -+ snprintf(dataPath,MAXPATHLEN,"/var/db/msqldb/.tmp/%s.tmp", - entry->table); - tmp.dataFD = open(dataPath, O_CREAT|O_RDWR, 0600); - bzero(&sblock, sizeof(sblock)); -@@ -328,7 +328,7 @@ - /* - ** Swap the new table into place - */ -- snprintf(oldPath,MAXPATHLEN,"%s/msqldb/.tmp/%s.dat",INST_DIR, -+ snprintf(oldPath,MAXPATHLEN,"/var/db/msqldb/.tmp/%s.dat", - entry->table); - munmap(entry->dataMap, entry->size); - close(entry->dataFD); +--- src/msql/types.c.bak Thu Aug 19 07:33:20 1999 ++++ src/msql/types.c Sat Jan 27 08:47:48 2001 +@@ -47,7 +47,7 @@ + #include <common/debug.h> + #include <common/site.h> + #include <common/portability.h> +-#include <regexp/regexp.h> ++#include <regexp.h> + + + #if defined(_OS_WIN32) |