Fix build.
This commit is contained in:
parent
c68a57b8f6
commit
25fa33476b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=252302
@ -227,7 +227,7 @@ print_log_firmware(void *buf, uint32_t size __unused)
|
||||
}
|
||||
}
|
||||
|
||||
struct logpage_function {
|
||||
static struct logpage_function {
|
||||
uint8_t log_page;
|
||||
print_fn_t fn;
|
||||
} logfuncs[] = {
|
||||
|
@ -46,7 +46,7 @@ __FBSDID("$FreeBSD$");
|
||||
|
||||
typedef void (*nvme_fn_t)(int argc, char *argv[]);
|
||||
|
||||
struct nvme_function {
|
||||
static struct nvme_function {
|
||||
const char *name;
|
||||
nvme_fn_t fn;
|
||||
const char *usage;
|
||||
|
Loading…
Reference in New Issue
Block a user