Clarify type of bi_kernelname and bi_nfs_diskless
This commit is contained in:
parent
6d8ebf76c4
commit
ea96d34596
1 changed files with 2 additions and 2 deletions
|
@ -97,8 +97,8 @@ enum bsd_kernel_types
|
|||
struct grub_freebsd_bootinfo
|
||||
{
|
||||
grub_uint32_t bi_version;
|
||||
grub_uint8_t *bi_kernelname;
|
||||
struct nfs_diskless *bi_nfs_diskless;
|
||||
grub_uint32_t bi_kernelname;
|
||||
grub_uint32_t bi_nfs_diskless;
|
||||
grub_uint32_t bi_n_bios_used;
|
||||
grub_uint32_t bi_bios_geom[FREEBSD_N_BIOS_GEOM];
|
||||
grub_uint32_t bi_size;
|
||||
|
|
Loading…
Reference in a new issue