diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-07-13 03:52:13 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-07-13 03:52:13 +0000 |
commit | fef7a29982c4b5fd2172231cb7deb178a269f86c (patch) | |
tree | 35cdde49d00865139da655813d6194db1bb48e2b /sys/arch/hppa/stand/boot/conf.c | |
parent | c85d9ddd61e9d337a6b9178974262ab0828d7c1b (diff) |
since i blew up prev commit msg, here it is:
upgrade to new coming stand/exec framework
Diffstat (limited to 'sys/arch/hppa/stand/boot/conf.c')
-rw-r--r-- | sys/arch/hppa/stand/boot/conf.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/hppa/stand/boot/conf.c b/sys/arch/hppa/stand/boot/conf.c index c5f089435ed..ea61acb9418 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.2 1998/07/13 03:35:56 mickey Exp $ */ +/* $OpenBSD: conf.c,v 1.3 1998/07/13 03:52:06 mickey Exp $ */ /* * Copyright (c) 1998 Michael Shalayeff @@ -41,12 +41,12 @@ #include <lib/libsa/exec.h> #include <dev/cons.h> -const char version[] = "0.01"; +const char version[] = "0.02"; int debug; struct x_sw execsw[] = { - { "elf", elf_probe, elf_load }, - { "" , NULL, NULL }, + { "elf", elf_probe, elf_load }, + { "" , NULL, NULL }, }; struct fs_ops file_system[] = { |