summaryrefslogtreecommitdiff
path: root/databases/msql3/files/patch-ao
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1999-05-14 11:54:55 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1999-05-14 11:54:55 +0000
commitb919b8311bc5d38e5731d40525c88c54816f4530 (patch)
tree35bbb3a9293cb7a160571b1bceb1ca2a52507a18 /databases/msql3/files/patch-ao
parentDespite what I said before, this is the official INDEX file for (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_2_0'.release/3.2.0
Diffstat (limited to 'databases/msql3/files/patch-ao')
-rw-r--r--databases/msql3/files/patch-ao20
1 files changed, 0 insertions, 20 deletions
diff --git a/databases/msql3/files/patch-ao b/databases/msql3/files/patch-ao
deleted file mode 100644
index 5e8b8e9d683e..000000000000
--- a/databases/msql3/files/patch-ao
+++ /dev/null
@@ -1,20 +0,0 @@
---- 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);