In usr.sbin/eeprom/ofw_options.c, remove a superfluous const specifier.
This commit is contained in:
parent
102abf6fd2
commit
c6424a2503
@ -63,7 +63,7 @@ static int ofwo_secmode(const struct ofwo_extabent *, int, const void *,
|
||||
static int ofwo_secpwd(const struct ofwo_extabent *, int, const void *,
|
||||
int, const char *);
|
||||
|
||||
static const struct ofwo_extabent const ofwo_extab[] = {
|
||||
static const struct ofwo_extabent ofwo_extab[] = {
|
||||
{ "oem-logo", ofwo_oemlogo },
|
||||
{ "security-mode", ofwo_secmode },
|
||||
{ "security-password", ofwo_secpwd },
|
||||
|
Loading…
Reference in New Issue
Block a user