From: Vladimir 'phcoder' Serbinenko Date: Thu, 14 Jan 2010 12:40:17 +0000 (+0100) Subject: Clarify type of bi_kernelname and bi_nfs_diskless X-Git-Tag: 1.99~629^2~150 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea96d34596f92abfe7f52f4c24f74c0cea043aa1;p=thirdparty%2Fgrub.git Clarify type of bi_kernelname and bi_nfs_diskless --- diff --git a/include/grub/i386/bsd.h b/include/grub/i386/bsd.h index b431658fe..f68539a3c 100644 --- a/include/grub/i386/bsd.h +++ b/include/grub/i386/bsd.h @@ -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;