2009-07-01 Pavel Roskin <proski@gnu.org>

* include/grub/types.h: Define GRUB_LONG_MAX and GRUB_LONG_MIN
	using signed long int constants.
This commit is contained in:
proski 2009-07-01 23:38:40 +00:00
parent c6cd3ef022
commit c94b18a9e5
2 changed files with 7 additions and 4 deletions

View file

@ -1,5 +1,8 @@
2009-07-01 Pavel Roskin <proski@gnu.org>
* include/grub/types.h: Define GRUB_LONG_MAX and GRUB_LONG_MIN
using signed long int constants.
* util/hostdisk.c (grub_util_biosdisk_get_grub_dev): Make `p'
constant to avoid a warning on FreeBSD.