Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 11/06/2006 11:44:55
Module Name:	src
Committed By:	pooka
Date:		Mon Nov  6 11:44:55 UTC 2006

Modified Files:
	src/sys/fs/puffs: puffs_sys.h puffs_vfsops.c
Added Files:
	src/sys/lkm/vfs/puffs: Makefile lkminit_vfs.c

Log Message:
make it possible to build & load puffs as an LKM

by Lubomir Kundrak, PR kern/35000


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/sys/fs/puffs/puffs_sys.h
cvs rdiff -r1.4 -r1.5 src/sys/fs/puffs/puffs_vfsops.c
cvs rdiff -r0 -r1.1 src/sys/lkm/vfs/puffs/Makefile \
    src/sys/lkm/vfs/puffs/lkminit_vfs.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.