Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 05/26/2001 22:48:33
Module Name: basesrc
Committed By: christos
Date: Sat May 26 19:48:33 UTC 2001
Modified Files:
basesrc/sbin/disklabel: extern.h interact.c printlabel.c
Log Message:
- KNF printlabel.c
- add a function to print only one partition's info.
- print the partition information if it was modified in interactive mode.
- improve on the chaining code. [still assumes that partition offsets increase
monotonically]. We could check for overlap too.
To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 basesrc/sbin/disklabel/extern.h
cvs rdiff -r1.17 -r1.18 basesrc/sbin/disklabel/interact.c
cvs rdiff -r1.1 -r1.2 basesrc/sbin/disklabel/printlabel.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.