From owner-cvs-sys Wed Feb 12 10:06:18 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA15594 for cvs-sys-outgoing; Wed, 12 Feb 1997 10:06:18 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA15582; Wed, 12 Feb 1997 10:06:13 -0800 (PST) Date: Wed, 12 Feb 1997 10:06:13 -0800 (PST) From: Mike Pritchard Message-Id: <199702121806.KAA15582@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/miscfs/nullfs null_vnops.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk mpp 97/02/12 10:06:12 Modified: sys/miscfs/nullfs null_vnops.c Log: Eliminate the last of the compile warnings in this module by correctly casting the arguments to all of the null_bypass() calls. Revision Changes Path 1.15 +7 -7 src/sys/miscfs/nullfs/null_vnops.c