diff options
-rw-r--r-- | kexec/arch/sh/kexec-netbsd-sh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kexec/arch/sh/kexec-netbsd-sh.c b/kexec/arch/sh/kexec-netbsd-sh.c index ea67172..8e80486 100644 --- a/kexec/arch/sh/kexec-netbsd-sh.c +++ b/kexec/arch/sh/kexec-netbsd-sh.c @@ -26,7 +26,7 @@ #include <arch/options.h> static const int probe_debug = 0; -const extern unsigned char netbsd_booter[]; +extern const unsigned char netbsd_booter[]; /* * netbsd_sh_probe - sanity check the elf image |