Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 12/19/2000 18:01:29
Module Name:	basesrc
Committed By:	lukem
Date:		Tue Dec 19 16:01:29 UTC 2000

Modified Files:
	basesrc/sbin/fdisk: fdisk.c

Log Message:
* Recursively print out extended partition entries.  An extended partition is
  effectively an MBR with it's own partition table which contains another
  4 `slots', each of which can be another extended partition...
  This involved reworking some of the internal functions.
* Use off_t appropriately (so we can manipulate sectors past 4GB).
* Tweak to compile with WARNS=2


To generate a diff of this commit:
cvs rdiff -r1.43 -r1.44 basesrc/sbin/fdisk/fdisk.c

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