From owner-cvs-all@FreeBSD.ORG Sat Sep 18 03:57:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 564DF16A4CE; Sat, 18 Sep 2004 03:57:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34B0143D46; Sat, 18 Sep 2004 03:57:39 +0000 (GMT) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i8I3vde6013735; Sat, 18 Sep 2004 03:57:39 GMT (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i8I3vdG5013734; Sat, 18 Sep 2004 03:57:39 GMT (envelope-from kuriyama) Message-Id: <200409180357.i8I3vdG5013734@repoman.freebsd.org> From: Jun Kuriyama Date: Sat, 18 Sep 2004 03:57:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/lib/libc/db/btree bt_split.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Sep 2004 03:57:39 -0000 kuriyama 2004-09-18 03:57:38 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) lib/libc/db/btree bt_split.c Log: MFC: Fix a condition where the hole would be inserted in the wrong place during a split. Obtained from: NetBSD Approved by: re (scottl) Revision Changes Path 1.5.6.1 +2 -2 src/lib/libc/db/btree/bt_split.c