Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: Pavel Cahyna <pavel@netbsd.org>
List: source-changes
Date: 08/17/2007 11:05:05
Module Name:	src
Committed By:	pavel
Date:		Fri Aug 17 11:05:05 UTC 2007

Modified Files:
	src/common/include/prop: Makefile proplib.h
	src/distrib/sets/lists/comp: mi
	src/sys/sys: dkio.h
Added Files:
	src/common/include/prop: plistref.h

Log Message:
struct plistref does not reference other proplib data types, so split it
in its own header file to be included by dkio.h. Fixes breakage due to
pollution from proplib.h in programs which include ioctl.h. Tested and OK
by dogcow@.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/common/include/prop/Makefile
cvs rdiff -r0 -r1.1 src/common/include/prop/plistref.h
cvs rdiff -r1.4 -r1.5 src/common/include/prop/proplib.h
cvs rdiff -r1.1062 -r1.1063 src/distrib/sets/lists/comp/mi
cvs rdiff -r1.13 -r1.14 src/sys/sys/dkio.h

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