summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormickey <mickey@openbsd.org>2002-02-02 21:25:35 +0000
committermickey <mickey@openbsd.org>2002-02-02 21:25:35 +0000
commit5418bef310a38b71ecf620c56bffefbbec129336 (patch)
tree3eeeb99c05d04b686ac26aa3ff0ba9e06dfa986d
parentsmall stupid tyops (mostly from netbsd); some cleanups from me (diff)
downloadwireguard-openbsd-5418bef310a38b71ecf620c56bffefbbec129336.tar.xz
wireguard-openbsd-5418bef310a38b71ecf620c56bffefbbec129336.zip
missing NULL
-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[] = {