From owner-cvs-sys Tue Feb 11 23:54:26 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA14383 for cvs-sys-outgoing; Tue, 11 Feb 1997 23:54:26 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA14376; Tue, 11 Feb 1997 23:54:24 -0800 (PST) Date: Tue, 11 Feb 1997 23:54:24 -0800 (PST) From: Mike Pritchard Message-Id: <199702120754.XAA14376@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/kern vfs_syscalls.c src/sys/miscfs/union union.h union_subr.c union_vnops.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk mpp 97/02/11 23:54:23 Modified: sys/miscfs/union union.h union_subr.c union_vnops.c sys/kern vfs_syscalls.c Log: Add function protypes for the new Lite2 unionfs functions. Revision Changes Path 1.7 +1 -0 src/sys/miscfs/union/union.h 1.12 +4 -0 src/sys/miscfs/union/union_subr.c 1.17 +3 -0 src/sys/miscfs/union/union_vnops.c 1.56 +0 -8 src/sys/kern/vfs_syscalls.c