CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/03/09 06:22:44
Modified files:
lib/libc/hidden: db.h
lib/libc/gen : devname.c getcap.c getnetgrent.c ttyname.c
getpwent.c
distrib/special/libstubs: db.c
lib/libc/db/btree: bt_open.c
lib/libc/db/db : db.c
lib/libc/db/hash: hash.c ndbm.c
lib/libc/db/recno: rec_open.c
Log message:
Add an additional "int fd" argument to the low-level db __{hash,rec,bt}_open()
functions to provide for the caller allocating the fd itself.
ok guenther
