Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 04/16/2001 13:47:15
Module Name: basesrc
Committed By: lukem
Date: Mon Apr 16 10:47:15 UTC 2001
Modified Files:
basesrc/sbin/fdisk: fdisk.c
Log Message:
add fix by Minoura Makoto to correctly support recursive extended partitions.
the offset of an extended sub-partition is the offset of the top-level
extended partition, not the partition before it (this is annoying, and
makes `clean' recursive mbr descent difficult). fixes PRs 11829 and 12677.
To generate a diff of this commit:
cvs rdiff -r1.45 -r1.46 basesrc/sbin/fdisk/fdisk.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.