Subject: CVS commit: src/sys/sys
To: None <source-changes@NetBSD.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 11/26/2004 21:51:50
Module Name:	src
Committed By:	he
Date:		Fri Nov 26 21:51:50 UTC 2004

Modified Files:
	src/sys/sys: bootblock.h

Log Message:
Convert the sgimips section to use int types from <sys/stdint.h>
instead of <sys/types.h>, to allow hp700's mkboot to build both as
a host tool and built for the target.  The problem with including
<sys/types.h> before <sys/bootblock.h> is that this ends up defining
_NETBSD_SOURCE, which is incompatible with the tool build.

I've verified that both sgimips and hp700 build after this change.


To generate a diff of this commit:
cvs rdiff -r1.34 -r1.35 src/sys/sys/bootblock.h

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