* grub-core/net/drivers/ieee1275/ofnet.c (bootp_response_properties):
Make name a const ptr.
This commit is contained in:
parent
ee533335f5
commit
5d048bf210
2 changed files with 6 additions and 1 deletions
|
@ -106,7 +106,7 @@ static struct grub_net_card_driver ofdriver =
|
|||
|
||||
static const struct
|
||||
{
|
||||
char *name;
|
||||
const char *name;
|
||||
int offset;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue