summaryrefslogtreecommitdiff
path: root/sys/arch/i386/stand/cdboot
diff options
context:
space:
mode:
authorTom Cosgrove <tom@cvs.openbsd.org>2007-05-31 21:43:59 +0000
committerTom Cosgrove <tom@cvs.openbsd.org>2007-05-31 21:43:59 +0000
commite62c8e7851109d752171533c4b7db663449c5d10 (patch)
tree176105c74fcba8ae11e4b29f558c1c1d9810b7a7 /sys/arch/i386/stand/cdboot
parent77d4358d9f1db6ccfdba590e81aec0384d81db82 (diff)
Forgot to commit the changes to this file with the rest of the ELF32+64
pieces. Since this is where the "boot both ELF32 and ELF64" behaviour is turned on for i386, it is quite important. Bump version numbers too. Found by ckuethe@; thanks.
Diffstat (limited to 'sys/arch/i386/stand/cdboot')
-rw-r--r--sys/arch/i386/stand/cdboot/conf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/stand/cdboot/conf.c b/sys/arch/i386/stand/cdboot/conf.c
index 56b5b5c788e..3e3bc297769 100644
--- a/sys/arch/i386/stand/cdboot/conf.c
+++ b/sys/arch/i386/stand/cdboot/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.9 2007/05/30 01:25:43 tom Exp $ */
+/* $OpenBSD: conf.c,v 1.10 2007/05/31 21:43:57 tom Exp $ */
/*
* Copyright (c) 2004 Tom Cosgrove
@@ -43,7 +43,7 @@
#include <dev/cons.h>
#include "debug.h"
-const char version[] = "2.00";
+const char version[] = "2.01";
int debug = 1;
#undef _TEST