diff options
author | Tobias Weingartner <weingart@cvs.openbsd.org> | 1997-04-11 19:12:59 +0000 |
---|---|---|
committer | Tobias Weingartner <weingart@cvs.openbsd.org> | 1997-04-11 19:12:59 +0000 |
commit | 87574036aa7b8287114b589975f6706859abbcff (patch) | |
tree | 198d583752ad04b45dcf18682718c024721af82d /sys/stand | |
parent | 3e6807ce1215f6c76143062749f4a4c938b5b370 (diff) |
Works with .gz kernels now
Diffstat (limited to 'sys/stand')
-rw-r--r-- | sys/stand/boot/cmd.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/stand/boot/cmd.c b/sys/stand/boot/cmd.c index 07b9d251df0..ea26f0c0ba4 100644 --- a/sys/stand/boot/cmd.c +++ b/sys/stand/boot/cmd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cmd.c,v 1.5 1997/04/08 22:48:29 mickey Exp $ */ +/* $OpenBSD: cmd.c,v 1.6 1997/04/11 19:12:56 weingart Exp $ */ /* * Copyright (c) 1997 Michael Shalayeff @@ -339,6 +339,8 @@ execmd(cmd) version, #ifdef DEBUG (debug? "on": "off"), +#else + "not present", #endif cmd->bootdev, cmd->cwd, cmd->image, cmd->addr, cmd->timeout); |