* grub-core/osdep/bsd/hostdisk.c (grub_util_get_fd_size_os): Fix
compilation on NetBSD.
This commit is contained in:
parent
5757a93e01
commit
da5ed5cf6b
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2013-11-14 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/osdep/bsd/hostdisk.c (grub_util_get_fd_size_os): Fix
|
||||
compilation on NetBSD.
|
||||
|
||||
2013-11-14 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* acinclude.m4: Don't add -P on initial nm test.
|
||||
|
|
|
@ -104,8 +104,10 @@ grub_util_get_fd_size_os (grub_util_fd_t fd, const char *name, unsigned *log_sec
|
|||
struct disklabel label;
|
||||
unsigned sector_size, log_sector_size;
|
||||
|
||||
#if defined(__NetBSD__)
|
||||
grub_hostdisk_configure_device_driver (fd);
|
||||
|
||||
#endif
|
||||
|
||||
if (ioctl (fd, DIOCGDINFO, &label) == -1)
|
||||
return -1;
|
||||
|
||||
|
|
Loading…
Reference in a new issue