summaryrefslogtreecommitdiff
path: root/databases/db/patches
diff options
context:
space:
mode:
authortron <tron>1999-11-23 09:57:06 +0000
committertron <tron>1999-11-23 09:57:06 +0000
commit93b2a0fe14de082509a0d9b87c94ff2441a43698 (patch)
tree4c308881a3682976a2da7c3cc10be3138897b14e /databases/db/patches
parent1b8fb82666af4aa8b9b5cc488c104c2f14c6aba1 (diff)
downloadpkgsrc-93b2a0fe14de082509a0d9b87c94ff2441a43698.tar.gz
Update "db" package to version 2.7.7. This version version fixes several
bugs discovered since version 2.7.3.1.
Diffstat (limited to 'databases/db/patches')
-rw-r--r--databases/db/patches/patch-2.7.3.125
1 files changed, 0 insertions, 25 deletions
diff --git a/databases/db/patches/patch-2.7.3.1 b/databases/db/patches/patch-2.7.3.1
deleted file mode 100644
index b78469bfc4c..00000000000
--- a/databases/db/patches/patch-2.7.3.1
+++ /dev/null
@@ -1,25 +0,0 @@
-$NetBSD: patch-2.7.3.1,v 1.2 1999/04/19 22:11:34 tron Exp $
-
-*** ../log/log_register.c.orig Fri Jan 15 10:35:52 1999
---- ../log/log_register.c Fri Feb 12 08:35:00 1999
-***************
-*** 70,78 ****
- */
- for (maxid = 0, fnp = SH_TAILQ_FIRST(&dblp->lp->fq, __fname);
- fnp != NULL; fnp = SH_TAILQ_NEXT(fnp, q, __fname)) {
-! if (fnp->ref == 0 && reuse_fnp == NULL) {
-! /* Entry is not in use. */
-! reuse_fnp = fnp;
- continue;
- }
- if (!memcmp(dbp->fileid, fnp->ufid, DB_FILE_ID_LEN)) {
---- 70,78 ----
- */
- for (maxid = 0, fnp = SH_TAILQ_FIRST(&dblp->lp->fq, __fname);
- fnp != NULL; fnp = SH_TAILQ_NEXT(fnp, q, __fname)) {
-! if (fnp->ref == 0) { /* Entry is not in use. */
-! if (reuse_fnp == NULL)
-! reuse_fnp = fnp;
- continue;
- }
- if (!memcmp(dbp->fileid, fnp->ufid, DB_FILE_ID_LEN)) {