Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 10/21/2005 21:10:45
Module Name: src
Committed By: he
Date: Fri Oct 21 21:10:45 UTC 2005
Modified Files:
src/sys/arch/vax/boot/xxboot: start.S
src/sys/sys: disklabel.h
Log Message:
Make it possible to use <sys/disklabel.h> from assembly source by
introducing OMIT_DKTYPENUMS and OMIT_FSTYPENUMS, which omits the
declaration of the enums. Use this in the vax boot code to make
it build again. Also use __CONCAT() instead of ##.
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/sys/arch/vax/boot/xxboot/start.S
cvs rdiff -r1.92 -r1.93 src/sys/sys/disklabel.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.