Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 05/07/1998 12:30:02
kleink
Thu May 7 12:24:20 PDT 1998
Update of /cvsroot/src/include
In directory nb00:/tmp/cvs-serv24215/include
Modified Files:
db.h
Log Message:
Change the file mode argument to dbopen() and the db backends from int to
mode_t.
kleink
Thu May 7 12:24:21 PDT 1998
Update of /cvsroot/src/lib/libc/db/btree
In directory nb00:/tmp/cvs-serv24215/lib/libc/db/btree
Modified Files:
bt_open.c
Log Message:
Change the file mode argument to dbopen() and the db backends from int to
mode_t.
kleink
Thu May 7 12:24:21 PDT 1998
Update of /cvsroot/src/lib/libc/db/db
In directory nb00:/tmp/cvs-serv24215/lib/libc/db/db
Modified Files:
db.c
Log Message:
Change the file mode argument to dbopen() and the db backends from int to
mode_t.
kleink
Thu May 7 12:24:21 PDT 1998
Update of /cvsroot/src/lib/libc/db/hash
In directory nb00:/tmp/cvs-serv24215/lib/libc/db/hash
Modified Files:
hash.c
Log Message:
Change the file mode argument to dbopen() and the db backends from int to
mode_t.
kleink
Thu May 7 12:24:21 PDT 1998
Update of /cvsroot/src/lib/libc/db/man
In directory nb00:/tmp/cvs-serv24215/lib/libc/db/man
Modified Files:
dbopen.3
Log Message:
Change the file mode argument to dbopen() and the db backends from int to
mode_t.
kleink
Thu May 7 12:24:21 PDT 1998
Update of /cvsroot/src/lib/libc/db/recno
In directory nb00:/tmp/cvs-serv24215/lib/libc/db/recno
Modified Files:
rec_open.c
Log Message:
Change the file mode argument to dbopen() and the db backends from int to
mode_t.