From owner-cvs-src-old@FreeBSD.ORG Sat Mar 28 05:45:52 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D2E6F106566B for ; Sat, 28 Mar 2009 05:45:52 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BDD9A8FC19 for ; Sat, 28 Mar 2009 05:45:52 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n2S5jqiu063170 for ; Sat, 28 Mar 2009 05:45:52 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n2S5jqjk063169 for cvs-src-old@freebsd.org; Sat, 28 Mar 2009 05:45:52 GMT (envelope-from delphij@repoman.freebsd.org) Message-Id: <200903280545.n2S5jqjk063169@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to delphij@repoman.freebsd.org using -f From: Xin LI Date: Sat, 28 Mar 2009 05:45:29 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/db/btree bt_put.c bt_split.c src/lib/libc/db/hash hash.c hash.h hash_bigkey.c hash_log2.c src/lib/libc/db/recno rec_close.c rec_put.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Mar 2009 05:45:53 -0000 delphij 2009-03-28 05:45:29 UTC FreeBSD src repository Modified files: lib/libc/db/btree bt_put.c bt_split.c lib/libc/db/hash hash.c hash.h hash_bigkey.c hash_log2.c lib/libc/db/recno rec_close.c rec_put.c Log: SVN rev 190484 on 2009-03-28 05:45:29Z by delphij Several signed/unsigned warning fixes. Revision Changes Path 1.9 +2 -2 src/lib/libc/db/btree/bt_put.c 1.12 +1 -1 src/lib/libc/db/btree/bt_split.c 1.16 +3 -3 src/lib/libc/db/hash/hash.c 1.9 +4 -4 src/lib/libc/db/hash/hash.h 1.9 +2 -1 src/lib/libc/db/hash/hash_bigkey.c 1.5 +3 -2 src/lib/libc/db/hash/hash_log2.c 1.11 +2 -2 src/lib/libc/db/recno/rec_close.c 1.11 +1 -1 src/lib/libc/db/recno/rec_put.c