summaryrefslogtreecommitdiff
path: root/sys/stand
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>1997-08-22 20:15:05 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>1997-08-22 20:15:05 +0000
commit9bafbb8c0e01271d65317e5451ad59124014b8c2 (patch)
tree033bd1294acc570f916a0ce38d46278cfad3cf01 /sys/stand
parent98100e95950a0ee3f62ac533d1d945a5e50cbe79 (diff)
oops, missed from 'cd' deletion commit somehow );
Diffstat (limited to 'sys/stand')
-rw-r--r--sys/stand/boot/cmd.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/stand/boot/cmd.h b/sys/stand/boot/cmd.h
index 84ab6a361c8..706121d8f61 100644
--- a/sys/stand/boot/cmd.h
+++ b/sys/stand/boot/cmd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cmd.h,v 1.7 1997/08/21 22:04:32 mickey Exp $ */
+/* $OpenBSD: cmd.h,v 1.8 1997/08/22 20:15:04 mickey Exp $ */
/*
* Copyright (c) 1997 Michael Shalayeff
@@ -35,10 +35,9 @@
struct cmd_table;
struct cmd_state {
char bootdev[16]; /* device */
- char image[32]; /* image */
+ char image[MAXPATHLEN - 16]; /* image */
int boothowto; /* howto */
char *conf; /* /etc/boot.conf normally */
- char cwd[MAXPATHLEN - 32 - 16];
void *addr; /* load here */
int timeout;