diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-05-30 22:02:29 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-05-30 22:02:29 +0000 |
commit | 8d7a4bda58fc3a51af60f88582ed4b1c71b22936 (patch) | |
tree | ac67e148d19d81dc135b60f6598b891bdd3e90ed /sys/arch | |
parent | a9a1dc90d89bfed5380db439684b0ba497e6ec6c (diff) |
elf_ldsym, increase boot minor version
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/hppa/stand/boot/conf.c | 6 |
1 files changed, 3 insertions, 3 deletions
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 <lib/libsa/exec.h> #include <dev/cons.h> -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 }, }; |