summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorrin <rin@NetBSD.org>2023-06-14 00:42:21 +0000
committerrin <rin@NetBSD.org>2023-06-14 00:42:21 +0000
commitc74f644febcd6bbcd46e088c8fea0ad1c71f6e15 (patch)
tree1841e2d307812d84037c643e4a72084e4f6e5b58 /sys
parent9e65593c6bc21ddba7ca2802f0bef80f8ea7fadb (diff)
Add missing member for terminating sentinel.
Diffstat (limited to 'sys')
-rw-r--r--sys/stand/efiboot/boot.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/stand/efiboot/boot.c b/sys/stand/efiboot/boot.c
index 243fbad3513..4edd17bcc2e 100644
--- a/sys/stand/efiboot/boot.c
+++ b/sys/stand/efiboot/boot.c
@@ -1,4 +1,4 @@
-/* $NetBSD: boot.c,v 1.44 2022/08/14 11:26:41 jmcneill Exp $ */
+/* $NetBSD: boot.c,v 1.45 2023/06/14 00:42:21 rin Exp $ */
/*-
* Copyright (c) 2016 Kimihiro Nonaka <nonaka@netbsd.org>
@@ -148,7 +148,7 @@ const struct boot_command commands[] = {
{ "help", command_help, "help|?" },
{ "?", command_help, NULL },
{ "quit", command_quit, "quit" },
- { NULL, NULL },
+ { NULL, NULL, NULL },
};
static int