From 9bafbb8c0e01271d65317e5451ad59124014b8c2 Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Fri, 22 Aug 1997 20:15:05 +0000 Subject: oops, missed from 'cd' deletion commit somehow ); --- sys/stand/boot/cmd.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'sys/stand/boot') 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; -- cgit v1.2.3