* grub-core/disk/efi/efidisk.c (grub_efidisk_get_device_name): Make
tpart non-const, so that we can assign to it. (Since this is a typedef, the constness refers to the pointer rather than what it points to.)
This commit is contained in:
parent
8d5e2af3fc
commit
d7dbe92395
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
|||
2010-09-21 Colin Watson <cjwatson@ubuntu.com>
|
||||
|
||||
* grub-core/disk/efi/efidisk.c (grub_efidisk_get_device_name): Make
|
||||
tpart non-const, so that we can assign to it. (Since this is a
|
||||
typedef, the constness refers to the pointer rather than what it
|
||||
points to.)
|
||||
|
||||
2010-09-21 Colin Watson <cjwatson@ubuntu.com>
|
||||
|
||||
* conf/Makefile.common (CPPFLAGS_GNULIB): Add
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue