diff options
author | Tobias Weingartner <weingart@cvs.openbsd.org> | 1997-04-07 01:26:01 +0000 |
---|---|---|
committer | Tobias Weingartner <weingart@cvs.openbsd.org> | 1997-04-07 01:26:01 +0000 |
commit | 9c5810a1b400b3bb9f8605f81ed05db19486723d (patch) | |
tree | cc00949ede7b5111af0f8179861843304827aa1a /sys/arch/i386/stand/boot/cmd.c | |
parent | b99e10e8d2d4c851e73ffd55f134028afdad8241 (diff) |
Reboot stuff.
Diffstat (limited to 'sys/arch/i386/stand/boot/cmd.c')
-rw-r--r-- | sys/arch/i386/stand/boot/cmd.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/stand/boot/cmd.c b/sys/arch/i386/stand/boot/cmd.c index d203ba59ce9..5eeaf3ee0f8 100644 --- a/sys/arch/i386/stand/boot/cmd.c +++ b/sys/arch/i386/stand/boot/cmd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cmd.c,v 1.3 1997/04/01 04:50:33 mickey Exp $ */ +/* $OpenBSD: cmd.c,v 1.4 1997/04/07 01:26:00 weingart Exp $ */ /* * Copyright (c) 1997 Michael Shalayeff @@ -345,6 +345,7 @@ execmd(cmd) break; case CMD_REBOOT: + printf("Rebooting...\n"); cmd->rc = -1; break; |