Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 12/08/2007 19:57:04
Module Name:	src
Committed By:	pooka
Date:		Sat Dec  8 19:57:04 UTC 2007

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

Log Message:
Now that "l" is gone both as an argument to operations and from
componentname, remove all vestiges of puffs_cid.


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 src/lib/libpuffs/creds.c
cvs rdiff -r1.25 -r1.26 src/lib/libpuffs/dispatcher.c
cvs rdiff -r1.98 -r1.99 src/lib/libpuffs/puffs.h
cvs rdiff -r1.34 -r1.35 src/lib/libpuffs/puffs_priv.h
cvs rdiff -r1.63 -r1.64 src/sys/fs/puffs/puffs_msgif.h
cvs rdiff -r1.61 -r1.62 src/sys/fs/puffs/puffs_subr.c
cvs rdiff -r1.66 -r1.67 src/sys/fs/puffs/puffs_sys.h
cvs rdiff -r1.121 -r1.122 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.