Subject: CVS commit: src/sbin/fdisk
To: None <source-changes@NetBSD.org>
From: Alan Barrett <apb@netbsd.org>
List: source-changes
Date: 12/23/2007 10:43:57
Module Name: src
Committed By: apb
Date: Sun Dec 23 10:43:57 UTC 2007
Modified Files:
src/sbin/fdisk: fdisk.c
Log Message:
Track zero is not strictly reserved for the BIOS, that's just a
convention, so don't make it an error in check_overlap(). Sector 0 is
reserved for the MBR, so make that an error in check_overlap().
To generate a diff of this commit:
cvs rdiff -r1.112 -r1.113 src/sbin/fdisk/fdisk.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.