From owner-cvs-sys Wed May 7 07:38:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id HAA25751 for cvs-sys-outgoing; Wed, 7 May 1997 07:38:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id HAA25722; Wed, 7 May 1997 07:37:36 -0700 (PDT) From: KATO Takenori Received: (from kato@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA06484; Wed, 7 May 1997 07:37:33 -0700 (PDT) Date: Wed, 7 May 1997 07:37:33 -0700 (PDT) Message-Id: <199705071437.HAA06484@freefall.freebsd.org> To: CVS-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/miscfs/union union_vfsops.c union_vnops.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 97/05/07 07:37:32 Modified: sys/miscfs/union union_vfsops.c union_vnops.c Log: 1. Added cast and parenthesis in block size calculaion in union_statfs(). 2. staticized union vops. Submitted by: Doug Rabson Revision Changes Path 1.17 +2 -2 src/sys/miscfs/union/union_vfsops.c 1.34 +76 -76 src/sys/miscfs/union/union_vnops.c