* include/grub/lvm.h (grub_lvm_pv): Correct start type.
This commit is contained in:
parent
0cddeb0360
commit
91e5a33da5
2 changed files with 5 additions and 1 deletions
|
@ -38,7 +38,7 @@ struct grub_lvm_pv {
|
|||
char id[GRUB_LVM_ID_STRLEN+1];
|
||||
char *name;
|
||||
grub_disk_t disk;
|
||||
int start; /* Sector number where the data area starts. */
|
||||
grub_disk_addr_t start; /* Sector number where the data area starts. */
|
||||
struct grub_lvm_pv *next;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue