Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 04/30/2003 10:29:52
Module Name:	src
Committed By:	dsl
Date:		Wed Apr 30 10:29:52 UTC 2003

Modified Files:
	src/sbin/fdisk: fdisk.c
	src/sys/sys: disklabel_mbr.h

Log Message:
Move some definitions from fdisk.c to disklabel_mbr.h so they don't have
to be duplicated elsewhere (eg in mbr.S).
Modify fdisk.c so that it builds with the new disklabel.h


To generate a diff of this commit:
cvs rdiff -r1.60 -r1.61 src/sbin/fdisk/fdisk.c
cvs rdiff -r1.9 -r1.10 src/sys/sys/disklabel_mbr.h

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