From owner-cvs-src@FreeBSD.ORG Fri Dec 7 22:32:10 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 163C916A417; Fri, 7 Dec 2007 22:32:10 +0000 (UTC) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E2DBB13C458; Fri, 7 Dec 2007 22:32:09 +0000 (UTC) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lB7MW9wf037034; Fri, 7 Dec 2007 22:32:09 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lB7MW9iV037033; Fri, 7 Dec 2007 22:32:09 GMT (envelope-from scottl) Message-Id: <200712072232.lB7MW9iV037033@repoman.freebsd.org> From: Scott Long Date: Fri, 7 Dec 2007 22:32:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/compat/freebsd32 freebsd32_misc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2007 22:32:10 -0000 scottl 2007-12-07 22:32:09 UTC FreeBSD src repository Modified files: sys/compat/freebsd32 freebsd32_misc.c Log: Don't expect a return value from statfs_scale_blocks(). Revision Changes Path 1.72 +1 -3 src/sys/compat/freebsd32/freebsd32_misc.c