* util/getroot.c (strip_extra_slashes) [CYGWIN]: #ifdef-out.
(exec_pipe) [CYGWIN || MINGW32]: Likewise. (find_root_devices_from_poolname) [CYGWIN || MINGW32]: Likewise. (find_root_devices_from_libzfs) [CYGWIN || MINGW32]: Likewise. Disable -Werror for -Wdeprecated-declarations. (grub_guess_root_devices) [CYGWIN || MINGW32]: #ifdef-out. (get_dm_uuid) [!HAVE_DEVICE_MAPPER]: Likewise. (grub_util_get_dm_abstraction) [! __linux__]: #ifdef-out. (grub_util_get_grub_dev): Make luks handling dependent on HAVE_DEVICE_MAPPER and not __linux__. (get_win32_path): Fix format security. (grub_find_zpool_from_dir) [CYGWIN || MINGW32]: #ifdef-out. (grub_make_system_path_relative_to_its_root) [CYGWIN || MINGW32]: Don't try grub_find_zpool_from_dir. (grub_make_system_path_relative_to_its_root) [!__linux__]: #ifdef-out paresdir.
This commit is contained in:
parent
1bab1ae335
commit
937fd0cc0c
2 changed files with 65 additions and 24 deletions
19
ChangeLog
19
ChangeLog
|
@ -1,3 +1,22 @@
|
|||
2012-03-02 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* util/getroot.c (strip_extra_slashes) [CYGWIN]: #ifdef-out.
|
||||
(exec_pipe) [CYGWIN || MINGW32]: Likewise.
|
||||
(find_root_devices_from_poolname) [CYGWIN || MINGW32]: Likewise.
|
||||
(find_root_devices_from_libzfs) [CYGWIN || MINGW32]: Likewise.
|
||||
Disable -Werror for -Wdeprecated-declarations.
|
||||
(grub_guess_root_devices) [CYGWIN || MINGW32]: #ifdef-out.
|
||||
(get_dm_uuid) [!HAVE_DEVICE_MAPPER]: Likewise.
|
||||
(grub_util_get_dm_abstraction) [! __linux__]: #ifdef-out.
|
||||
(grub_util_get_grub_dev): Make luks handling dependent on
|
||||
HAVE_DEVICE_MAPPER and not __linux__.
|
||||
(get_win32_path): Fix format security.
|
||||
(grub_find_zpool_from_dir) [CYGWIN || MINGW32]: #ifdef-out.
|
||||
(grub_make_system_path_relative_to_its_root) [CYGWIN || MINGW32]:
|
||||
Don't try grub_find_zpool_from_dir.
|
||||
(grub_make_system_path_relative_to_its_root) [!__linux__]:
|
||||
#ifdef-out paresdir.
|
||||
|
||||
2012-03-02 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* util/grub-pe2elf.c (usage): Add missing noreturn.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue