From 8d7a4bda58fc3a51af60f88582ed4b1c71b22936 Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Tue, 30 May 2000 22:02:29 +0000 Subject: elf_ldsym, increase boot minor version --- sys/arch/hppa/stand/boot/conf.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys') diff --git a/sys/arch/hppa/stand/boot/conf.c b/sys/arch/hppa/stand/boot/conf.c index d80dc1d5f76..5d288db3979 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.11 1999/08/14 04:47:47 todd Exp $ */ +/* $OpenBSD: conf.c,v 1.12 2000/05/30 22:02:28 mickey Exp $ */ /* * Copyright (c) 1998 Michael Shalayeff @@ -37,11 +37,11 @@ #include #include -const char version[] = "0.5"; +const char version[] = "0.6"; int debug = 0; const struct x_sw execsw[] = { - { "elf", elf_probe, elf_load/*, elf_ldsym */ }, + { "elf", elf_probe, elf_load, elf_ldsym }, /* { "som", som_probe, som_load, som_ldsym }, */ { "" , NULL, NULL }, }; -- cgit v1.2.3