Received: by mail.netbsd.org (Postfix, from userid 0) id B367063B128; Fri, 7 Aug 2009 13:58:41 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id DBE8263B11B for ; Fri, 7 Aug 2009 13:58:38 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id C0177175D0; Fri, 7 Aug 2009 13:58:38 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Fri, 7 Aug 2009 13:58:38 +0000 From: Thomas Klausner Subject: CVS commit: src/sys/ufs/lfs To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20090807135838.C0177175D0@cvs.netbsd.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes Precedence: list Reply-To: source-changes-d@NetBSD.org Module Name: src Committed By: wiz Date: Fri Aug 7 13:58:38 UTC 2009 Modified Files: src/sys/ufs/lfs: lfs_segment.c Log Message: Add missing parenthesis in #ifdef LFS_USE_B_INVAL. From Henning Petersen in PR 41841. To generate a diff of this commit: cvs rdiff -u -r1.213 -r1.214 src/sys/ufs/lfs/lfs_segment.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.