Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 06/23/2005 17:00:30
Module Name:	src
Committed By:	thorpej
Date:		Thu Jun 23 17:00:30 UTC 2005

Modified Files:
	src/sys/fs/cd9660: cd9660_vnops.c
	src/sys/kern: vfs_lookup.c
	src/sys/sys: namei.h param.h

Log Message:
Remove the last references to M_NAMEI; everything should be using PNBUF_*()
now (for a long time now).  Remove M_NAMEI, and bump the kernel version to
3.99.7 to reflect its removal.


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 src/sys/fs/cd9660/cd9660_vnops.c
cvs rdiff -r1.61 -r1.62 src/sys/kern/vfs_lookup.c
cvs rdiff -r1.38 -r1.39 src/sys/sys/namei.h
cvs rdiff -r1.218 -r1.219 src/sys/sys/param.h

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