Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Christian Limpach <cl@netbsd.org>
List: source-changes
Date: 10/27/2003 16:48:08
Module Name:	src
Committed By:	cl
Date:		Mon Oct 27 16:48:08 UTC 2003

Modified Files:
	src/sys/arch/next68k/include: disklabel.h
	src/sys/arch/next68k/next68k: disksubr.c
	src/sys/arch/next68k/stand/boot: sd.c
	src/sys/sys: bootblock.h

Log Message:
move structs nextstep_disklabel/cpu_partition and appendant #defines
to sys/sys/bootblock.h
- rename to next68k_disklabel and next68k_partition
- use {u,}int{8,16,32}_t instead of char/short/int (suggested by D. Laight)


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/sys/arch/next68k/include/disklabel.h
cvs rdiff -r1.14 -r1.15 src/sys/arch/next68k/next68k/disksubr.c
cvs rdiff -r1.3 -r1.4 src/sys/arch/next68k/stand/boot/sd.c
cvs rdiff -r1.18 -r1.19 src/sys/sys/bootblock.h

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