summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/arch/i386/stand/boot/conf.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/arch/i386/stand/boot/conf.c b/sys/arch/i386/stand/boot/conf.c
index 75b140e0cf4..a128981bdee 100644
--- a/sys/arch/i386/stand/boot/conf.c
+++ b/sys/arch/i386/stand/boot/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.13 1998/07/20 18:14:52 mickey Exp $ */
+/* $OpenBSD: conf.c,v 1.14 2000/05/30 22:00:24 mickey Exp $ */
/*
* Copyright (c) 1996 Michael Shalayeff
@@ -48,12 +48,12 @@
#include <dev/cons.h>
#include <lib/libsa/exec.h>
-const char version[] = "1.23";
-int debug;
+const char version[] = "1.24";
+int debug = 1;
const struct x_sw execsw[] = {
- { "aout", aout_probe, aout_load },
- { "", NULL, NULL },
+ { "aout", aout_probe, aout_load, aout_ldsym },
+ { "", NULL, NULL, NULL },
};
struct fs_ops file_system[] = {