diff options
author | Mikael Hallendal <hallski@gentoo.org> | 2001-09-24 18:35:12 +0000 |
---|---|---|
committer | Mikael Hallendal <hallski@gentoo.org> | 2001-09-24 18:35:12 +0000 |
commit | 25d0dd9c11d1d466f5c05c489070b3fd905d6c3d (patch) | |
tree | 388c0e6ec881d8a2d3871e769b53131db0aef359 /sys-libs/db/files/patch.3.2.9.2 | |
parent | I had the symlinks wrong, hee haw. (diff) | |
download | gentoo-2-25d0dd9c11d1d466f5c05c489070b3fd905d6c3d.tar.gz gentoo-2-25d0dd9c11d1d466f5c05c489070b3fd905d6c3d.tar.bz2 gentoo-2-25d0dd9c11d1d466f5c05c489070b3fd905d6c3d.zip |
added 3.2.9
Diffstat (limited to 'sys-libs/db/files/patch.3.2.9.2')
-rw-r--r-- | sys-libs/db/files/patch.3.2.9.2 | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/sys-libs/db/files/patch.3.2.9.2 b/sys-libs/db/files/patch.3.2.9.2 new file mode 100644 index 000000000000..4092cda52eac --- /dev/null +++ b/sys-libs/db/files/patch.3.2.9.2 @@ -0,0 +1,21 @@ +*** log/log_rec.c.orig 2001/01/25 18:22:56 11.49 +--- log/log_rec.c 2001/02/07 22:17:46 +*************** +*** 404,410 **** + TAILQ_INIT(&logp->dbentry[i].dblist); + else + TAILQ_REINSERT_HEAD( +! &logp->dbentry[i].dblist, dbp, links); + } + + /* Initialize the new entries. */ +--- 404,410 ---- + TAILQ_INIT(&logp->dbentry[i].dblist); + else + TAILQ_REINSERT_HEAD( +! &logp->dbentry[i].dblist, dbtmp, links); + } + + /* Initialize the new entries. */ + + |