summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/stand
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2002-02-02 21:25:36 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2002-02-02 21:25:36 +0000
commit1e98cc675717736cc416af5a45743810c8e5d46c (patch)
tree27e9ad7cf86024035a615d9d4c41d13afca43972 /sys/arch/hppa/stand
parent9babc9a0d317b18d1089f65a112640052ff6acb5 (diff)
missing NULL
Diffstat (limited to 'sys/arch/hppa/stand')
-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[] = {