summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/stand/boot/conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/hppa/stand/boot/conf.c')
-rw-r--r--sys/arch/hppa/stand/boot/conf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/stand/boot/conf.c b/sys/arch/hppa/stand/boot/conf.c
index 5d288db3979..98bf2228d14 100644
--- a/sys/arch/hppa/stand/boot/conf.c
+++ b/sys/arch/hppa/stand/boot/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.12 2000/05/30 22:02:28 mickey Exp $ */
+/* $OpenBSD: conf.c,v 1.13 2002/02/02 21:25:35 mickey Exp $ */
/*
* Copyright (c) 1998 Michael Shalayeff
@@ -43,7 +43,7 @@ int debug = 0;
const struct x_sw execsw[] = {
{ "elf", elf_probe, elf_load, elf_ldsym },
/* { "som", som_probe, som_load, som_ldsym }, */
- { "" , NULL, NULL },
+ { "" , NULL, NULL, NULL },
};
struct fs_ops file_system[] = {