aboutsummaryrefslogtreecommitdiff
path: root/db2/db/db.src
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-06-13 13:36:34 +0000
committerUlrich Drepper <drepper@redhat.com>1999-06-13 13:36:34 +0000
commitec239360d13518a13f572b635d036c7d10028010 (patch)
treebdb5111363f45d2107849c2456b575d72779174c /db2/db/db.src
parentfc3703521650a9b6db910a50c4fc0f410496e134 (diff)
downloadglibc-ec239360d13518a13f572b635d036c7d10028010.zip
glibc-ec239360d13518a13f572b635d036c7d10028010.tar.gz
glibc-ec239360d13518a13f572b635d036c7d10028010.tar.bz2
Update.
* db2/Makefile (distribute): Remove files which do not exist anymore.
Diffstat (limited to 'db2/db/db.src')
-rw-r--r--db2/db/db.src13
1 files changed, 3 insertions, 10 deletions
diff --git a/db2/db/db.src b/db2/db/db.src
index 91d8b39..26557e1 100644
--- a/db2/db/db.src
+++ b/db2/db/db.src
@@ -4,7 +4,7 @@
* Copyright (c) 1996, 1997, 1998
* Sleepycat Software. All rights reserved.
*
- * @(#)db.src 10.6 (Sleepycat) 4/28/98
+ * @(#)db.src 10.8 (Sleepycat) 9/20/98
*/
PREFIX db
@@ -98,6 +98,7 @@ END
/*
* relink -- Handles relinking around a page.
*
+ * opcode: indicates if this is an addpage or delete page
* pgno: the page being changed.
* lsn the page's original lsn.
* prev: the previous page.
@@ -106,6 +107,7 @@ END
* lsn_next: the previous page's original lsn.
*/
BEGIN relink
+ARG opcode u_int32_t lu
ARG fileid u_int32_t lu
ARG pgno db_pgno_t lu
POINTER lsn DB_LSN * lu
@@ -148,12 +150,3 @@ DBT key DBT s
DBT data DBT s
ARG arg_flags u_int32_t lu
END
-
-/*
- * noop -- do nothing, but get an LSN.
- */
-BEGIN noop
-ARG fileid u_int32_t lu
-ARG pgno db_pgno_t lu
-POINTER prevlsn DB_LSN * lu
-END