From 1e98cc675717736cc416af5a45743810c8e5d46c Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Sat, 2 Feb 2002 21:25:36 +0000 Subject: missing NULL --- sys/arch/hppa/stand/boot/conf.c | 4 ++-- 1 file 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[] = { -- cgit v1.2.3