Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: source-changes
Date: 01/07/2001 19:55:41
Module Name:	syssrc
Committed By:	fvdl
Date:		Sun Jan  7 17:55:41 UTC 2001

Modified Files:
	syssrc/sys/arch/i386/include: types.h
	syssrc/sys/sys: disklabel.h dkio.h

Log Message:
Define __HAVE_OLD_DISKLABEL in <machine/types.h> for i386 (where the
other __HAVE_* defines are). Conditionalize definition of old
disklabel struct and ODIOC* definitions on it, allowing other ports
to bump the number of partitions in the label if they want to
(see comment in sys/disklabel.h).


To generate a diff of this commit:
cvs rdiff -r1.26 -r1.27 syssrc/sys/arch/i386/include/types.h
cvs rdiff -r1.65 -r1.66 syssrc/sys/sys/disklabel.h
cvs rdiff -r1.4 -r1.5 syssrc/sys/sys/dkio.h

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