Subject: Re: CVS commit: syssrc/sys/sys
To: Jason R Thorpe <thorpej@wasabisystems.com>
From: Luke Mewburn <lukem@wasabisystems.com>
List: source-changes
Date: 05/16/2002 01:25:05
On Wed, May 15, 2002 at 07:49:49AM -0700, Jason Thorpe wrote:
| On Wed, May 15, 2002 at 04:32:11PM +0300, Luke Mewburn wrote:
|
| > Log Message:
| > - add Apple driver map and partition map structs, obtained from
| > sys/arch/macppc/include/disklabel.h (with elements renamed as appropriate)
| > - consistenly use "uint*_t" instead of "u_int*_t"
|
| Seems like this should go into <sys/disklabel_apple.h>, much like MBR
| stuff is in <sys/disklabel_mbr.h>.
Which makes it *much* harder to use in tools/* ...
<sys/bootblock.h> is fairly stand-alone at this point.
The disklabel_mbr stuff may probably end up in <bootblock.h> too.