Subject: Re: CVS commit: src/usr.sbin/installboot
To: None <source-changes@NetBSD.org>
From: Luke Mewburn <lukem@NetBSD.org>
List: source-changes
Date: 11/14/2003 11:58:28
On Fri, Nov 14, 2003 at 01:01:18AM +0300, Valeriy E. Ushakov wrote:
  | Including sys/disklabel.h in a host tool is a very bad idea, because
  | even though NetBSD's sys/disklabel.h is used, it, in turn, includes
  | machine/disklabel.h - which doesn't exist if you cross build on some
  | other system.

I concur;  this is precisely why <sys/bootblock.h> was implemented.