Remove part_ prefix

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-02-06 19:33:53 +01:00
parent bc6fcf0931
commit 85f90358b1
13 changed files with 25 additions and 16 deletions

View file

@ -82,7 +82,7 @@ bsdlabel_partition_map_iterate (grub_disk_t disk,
/* Partition map type. */
static struct grub_partition_map grub_bsdlabel_partition_map =
{
.name = "part_bsd",
.name = "bsd",
.iterate = bsdlabel_partition_map_iterate,
};