Subject: CVS commit: src/sys/fs/cd9660
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 12/03/2005 22:16:16
Module Name:	src
Committed By:	christos
Date:		Sat Dec  3 22:16:16 UTC 2005

Modified Files:
	src/sys/fs/cd9660: cd9660_extern.h cd9660_node.h

Log Message:
protect against multiple inclusion instead of forbidding their access from
userland, and #ifdef _KERNEL all their kernel functions.


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 src/sys/fs/cd9660/cd9660_extern.h
cvs rdiff -r1.11 -r1.12 src/sys/fs/cd9660/cd9660_node.h

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