2009-03-04 Felix Zielcke <fzielcke@z-51.de>

* partmap/pc.c (pc_partition_map_iterate): Skip over invalid BSD partitions
	or if there's no space for the disk label and print the partition number on a
	invalid magic.
This commit is contained in:
fzielcke 2009-03-04 12:45:41 +00:00
parent 4910684af3
commit ceb1223c92
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2009-03-04 Felix Zielcke <fzielcke@z-51.de>
* partmap/pc.c (pc_partition_map_iterate): Skip over invalid BSD partitions
or if there's no space for the disk label and print the partition number on a
invalid magic.
2009-03-04 Felix Zielcke <fzielcke@z-51.de>
* util/misc.c: Include <time.h>.