summaryrefslogtreecommitdiff
path: root/sys/stand/boot
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>1998-08-07 05:24:18 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>1998-08-07 05:24:18 +0000
commitc87fea89216b5ed984732ff34c2a2e8009ea517c (patch)
treed0c6fcac9f136ed2538abf5780efc505a90620d1 /sys/stand/boot
parenta6ecf7ad56ce581ff99d027cdda90b0ce49a34cb (diff)
environment is there too
Diffstat (limited to 'sys/stand/boot')
-rw-r--r--sys/stand/boot/bootarg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/stand/boot/bootarg.h b/sys/stand/boot/bootarg.h
index cb622987190..a7102de66df 100644
--- a/sys/stand/boot/bootarg.h
+++ b/sys/stand/boot/bootarg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: bootarg.h,v 1.5 1998/05/25 19:17:39 mickey Exp $ */
+/* $OpenBSD: bootarg.h,v 1.6 1998/08/07 05:24:17 mickey Exp $ */
/*
* Copyright (c) 1996-1998 Michael Shalayeff
@@ -32,7 +32,7 @@
*
*/
-#define BOOTARG_APIVER (BAPIV_VECTOR)
+#define BOOTARG_APIVER (BAPIV_VECTOR|BAPIV_ENV)
#define BAPIV_ANCIENT 0x00000000 /* MD old i386 bootblocks */
#define BAPIV_VARS 0x00000001 /* MD structure w/ add info passed */
#define BAPIV_VECTOR 0x00000002 /* MI vector of MD structures passed */