Date: Mon, 2 Mar 2009 23:47:18 +0000 (UTC) From: Xin LI <delphij@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/lib/libc/db/btree bt_close.c bt_conv.c bt_debug.c bt_delete.c bt_get.c bt_open.c bt_overflow.c bt_page.c bt_put.c bt_search.c bt_seq.c bt_split.c bt_utils.c src/lib/libc/db/db db.c src/lib/libc/db/hash hash.c hash_bigkey.c hash_buf.c hash_log2.c ... Message-ID: <200903031733.n23HXEIX094884@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
delphij 2009-03-02 23:47:18 UTC FreeBSD src repository Modified files: lib/libc/db/btree bt_close.c bt_conv.c bt_debug.c bt_delete.c bt_get.c bt_open.c bt_overflow.c bt_page.c bt_put.c bt_search.c bt_seq.c bt_split.c bt_utils.c lib/libc/db/db db.c lib/libc/db/hash hash.c hash_bigkey.c hash_buf.c hash_log2.c hash_page.c lib/libc/db/mpool mpool.c lib/libc/db/recno rec_close.c rec_delete.c rec_get.c rec_open.c rec_put.c rec_search.c rec_seq.c rec_utils.c Log: SVN rev 189291 on 2009-03-02 23:47:18Z by delphij Diff reduction against OpenBSD: ANSI'fy prototypes. (This is part of a larger changeset which is intended to reduce diff only, thus some prototypes were left intact since they will be changed in the future). Verified with: md5(1) Revision Changes Path 1.10 +3 -7 src/lib/libc/db/btree/bt_close.c 1.4 +3 -10 src/lib/libc/db/btree/bt_conv.c 1.5 +5 -11 src/lib/libc/db/btree/bt_debug.c 1.4 +5 -17 src/lib/libc/db/btree/bt_delete.c 1.4 +1 -5 src/lib/libc/db/btree/bt_get.c 1.13 +5 -10 src/lib/libc/db/btree/bt_open.c 1.5 +3 -13 src/lib/libc/db/btree/bt_overflow.c 1.5 +2 -6 src/lib/libc/db/btree/bt_page.c 1.6 +2 -9 src/lib/libc/db/btree/bt_put.c 1.4 +3 -14 src/lib/libc/db/btree/bt_search.c 1.5 +4 -18 src/lib/libc/db/btree/bt_seq.c 1.9 +12 -36 src/lib/libc/db/btree/bt_split.c 1.5 +4 -13 src/lib/libc/db/btree/bt_utils.c 1.4 +11 -14 src/lib/libc/db/db/db.c 1.15 +26 -63 src/lib/libc/db/hash/hash.c 1.7 +22 -53 src/lib/libc/db/hash/hash_bigkey.c 1.9 +11 -22 src/lib/libc/db/hash/hash_buf.c 1.4 +1 -2 src/lib/libc/db/hash/hash_log2.c 1.10 +42 -74 src/lib/libc/db/hash/hash_page.c 1.14 +15 -31 src/lib/libc/db/mpool/mpool.c 1.9 +2 -5 src/lib/libc/db/recno/rec_close.c 1.4 +2 -7 src/lib/libc/db/recno/rec_delete.c 1.7 +5 -17 src/lib/libc/db/recno/rec_get.c 1.8 +3 -6 src/lib/libc/db/recno/rec_open.c 1.8 +2 -10 src/lib/libc/db/recno/rec_put.c 1.6 +1 -4 src/lib/libc/db/recno/rec_search.c 1.7 +1 -4 src/lib/libc/db/recno/rec_seq.c 1.4 +1 -5 src/lib/libc/db/recno/rec_utils.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903031733.n23HXEIX094884>