From owner-cvs-src-old@FreeBSD.ORG Sat Mar 27 17:57:25 2010 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 BCC9C106576B for ; Sat, 27 Mar 2010 17:57:25 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6A9CB8FC2B for ; Sat, 27 Mar 2010 17:57:25 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o2RHvP22071565 for ; Sat, 27 Mar 2010 17:57:25 GMT (envelope-from bz@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o2RHvPHj071564 for cvs-src-old@freebsd.org; Sat, 27 Mar 2010 17:57:25 GMT (envelope-from bz@repoman.freebsd.org) Message-Id: <201003271757.o2RHvPHj071564@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to bz@repoman.freebsd.org using -f From: "Bjoern A. Zeeb" Date: Sat, 27 Mar 2010 17:57:17 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sbin/mount mount.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, 27 Mar 2010 17:57:25 -0000 bz 2010-03-27 17:57:17 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sbin/mount mount.c Log: SVN rev 205766 on 2010-03-27 17:57:17Z by bz MFC r204840: As statfs.f_flags are uint64_t the local variables should be as well. We'll start noticing this with the next flag introduced as the lower 32bit are all used. While here compare to 0 explicitly [1]. Suggested by: kib [1] Reviewed by: kib Revision Changes Path 1.107.2.3 +3 -3 src/sbin/mount/mount.c