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:
parent
4910684af3
commit
ceb1223c92
2 changed files with 7 additions and 1 deletions
|
@ -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>.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/* pc.c - Read PC style partition tables. */
|
||||
/*
|
||||
* GRUB -- GRand Unified Bootloader
|
||||
* Copyright (C) 2002,2004,2005,2006,2007,2008 Free Software Foundation, Inc.
|
||||
* Copyright (C) 2002,2004,2005,2006,2007,2008,2009 Free Software Foundation, Inc.
|
||||
*
|
||||
* GRUB is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
|
Loading…
Reference in a new issue