summaryrefslogtreecommitdiff
path: root/sys/arch/i386/stand/boot/cmd.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/i386/stand/boot/cmd.h')
-rw-r--r--sys/arch/i386/stand/boot/cmd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/stand/boot/cmd.h b/sys/arch/i386/stand/boot/cmd.h
index a50ec4f4cde..84ab6a361c8 100644
--- a/sys/arch/i386/stand/boot/cmd.h
+++ b/sys/arch/i386/stand/boot/cmd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cmd.h,v 1.6 1997/08/06 18:45:03 mickey Exp $ */
+/* $OpenBSD: cmd.h,v 1.7 1997/08/21 22:04:32 mickey Exp $ */
/*
* Copyright (c) 1997 Michael Shalayeff
@@ -36,6 +36,7 @@ struct cmd_table;
struct cmd_state {
char bootdev[16]; /* device */
char image[32]; /* image */
+ int boothowto; /* howto */
char *conf; /* /etc/boot.conf normally */
char cwd[MAXPATHLEN - 32 - 16];
void *addr; /* load here */