From owner-cvs-src-old@FreeBSD.ORG Sun Jun 21 08:36:47 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 CDBEE1065675 for ; Sun, 21 Jun 2009 08:36:47 +0000 (UTC) (envelope-from rdivacky@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A08E38FC0C for ; Sun, 21 Jun 2009 08:36:47 +0000 (UTC) (envelope-from rdivacky@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 n5L8al0v059408 for ; Sun, 21 Jun 2009 08:36:47 GMT (envelope-from rdivacky@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n5L8alUc059407 for cvs-src-old@freebsd.org; Sun, 21 Jun 2009 08:36:47 GMT (envelope-from rdivacky@repoman.freebsd.org) Message-Id: <200906210836.n5L8alUc059407@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rdivacky@repoman.freebsd.org using -f From: Roman Divacky Date: Sun, 21 Jun 2009 08:36:30 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/ntfs ntfs.h 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: Sun, 21 Jun 2009 08:36:48 -0000 rdivacky 2009-06-21 08:36:30 UTC FreeBSD src repository Modified files: sys/fs/ntfs ntfs.h Log: SVN rev 194576 on 2009-06-21 08:36:30Z by rdivacky In non-debugging mode make this define (void)0 instead of nothing. This helps to catch bugs like the below with clang. if (cond); <--- note the trailing ; something(); Approved by: ed (mentor) Discussed on: current@ Revision Changes Path 1.21 +3 -3 src/sys/fs/ntfs/ntfs.h