From owner-cvs-all@FreeBSD.ORG Sat Feb 19 23:59:50 2005 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 5762216A4CE; Sat, 19 Feb 2005 23:59:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B26143D1D; Sat, 19 Feb 2005 23:59:50 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j1JNxoFD070905; Sat, 19 Feb 2005 23:59:50 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j1JNxoo2070904; Sat, 19 Feb 2005 23:59:50 GMT (envelope-from ru) Message-Id: <200502192359.j1JNxoo2070904@repoman.freebsd.org> From: Ruslan Ermilov Date: Sat, 19 Feb 2005 23:59:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/cap_mkdb cap_mkdb.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, 19 Feb 2005 23:59:50 -0000 ru 2005-02-19 23:59:50 UTC FreeBSD src repository Modified files: usr.bin/cap_mkdb cap_mkdb.c Log: Fixate the hash bucket size to 4K. We were using the default, which is stat.st_blksize (i.e., PAGE_SIZE). This change causes the .db files that were cross-compiled on another platform to be identical to the natively built ones. Tested on: alpha->amd64 build Revision Changes Path 1.13 +12 -3 src/usr.bin/cap_mkdb/cap_mkdb.c