Subject: re: CVS commit: src/sys/sys
To: None <dsl@netbsd.org>
From: matthew green <mrg@eterna.com.au>
List: source-changes
Date: 11/14/2003 19:18:14
   
   Module Name:	src
   Committed By:	dsl
   Date:		Fri Nov 14 08:03:16 UTC 2003
   
   Modified Files:
   	src/sys/sys: disklabel.h
   
   Log Message:
   Only include machine/disklabel.h if MAXPARTITIONS is undefined.
   With care should allow sys/disklabel.h to be used in MI/host code.


david,


please back out this change and if you really want to make it,
bring it up on tech-kern.  also, while there, please back out
the changes to usr.sbin/installboot to use sys/disklabel.h.
(why did you ignore sys/bootblock.h?)

you need to take a lot more care when making such changes to
the system - they need wide testing, and these days, changing
host tools means testing on a wide variety of host platforms.


thanks,


.mrg.