Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/lib/libc/db
Module Name: src
Committed By: mycroft
Date: Wed Jan 19 00:23:44 UTC 2005
Modified Files:
src/lib/libc/db/btree: bt_open.c
src/lib/libc/db/hash: hash.c
src/lib/libc/db/recno: rec_open.c
Log Message:
hash already uses FD_CLOEXEC -- pay attention to the return value and make it
a hard failure.
Also make btree and recno uses FD_CLOEXEC.
To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 src/lib/libc/db/btree/bt_open.c
cvs rdiff -r1.18 -r1.19 src/lib/libc/db/hash/hash.c
cvs rdiff -r1.12 -r1.13 src/lib/libc/db/recno/rec_open.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index