2009-07-01 Pavel Roskin <proski@gnu.org>
* util/hostdisk.c (open_device): Remove `const' from `sysctl_size', as sysctlbyname() can change it (in this case it doesn't actually happen).
This commit is contained in:
parent
c94b18a9e5
commit
d23af54ef4
2 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
|||
2009-07-01 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* util/hostdisk.c (open_device): Remove `const' from
|
||||
`sysctl_size', as sysctlbyname() can change it (in this case it
|
||||
doesn't actually happen).
|
||||
|
||||
* include/grub/types.h: Define GRUB_LONG_MAX and GRUB_LONG_MIN
|
||||
using signed long int constants.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue