Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 07/02/2007 10:24:18
Module Name:	src
Committed By:	pooka
Date:		Mon Jul  2 10:24:18 UTC 2007

Modified Files:
	src/lib/libpuffs: dispatcher.c puffs.c puffs.h
	src/sys/fs/puffs: puffs_msgif.h puffs_vnops.c

Log Message:
Get rid of the "int *refs" parameter to inactive: the same can be
accomplished now with puffs_setbacks.


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 src/lib/libpuffs/dispatcher.c
cvs rdiff -r1.53 -r1.54 src/lib/libpuffs/puffs.c
cvs rdiff -r1.69 -r1.70 src/lib/libpuffs/puffs.h
cvs rdiff -r1.38 -r1.39 src/sys/fs/puffs/puffs_msgif.h
cvs rdiff -r1.84 -r1.85 src/sys/fs/puffs/puffs_vnops.c

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