diff options
author | 1999-08-16 10:20:07 +0000 | |
---|---|---|
committer | 1999-08-16 10:20:07 +0000 | |
commit | 17686d4da4c23497589d7667bffc1363222eaee9 (patch) | |
tree | 2470288a201b35fb4aa3bd42394fb90192d5c6bf | |
parent | Explicitly include <sys/types.h> and some minor style points. (diff) | |
download | wireguard-openbsd-17686d4da4c23497589d7667bffc1363222eaee9.tar.xz wireguard-openbsd-17686d4da4c23497589d7667bffc1363222eaee9.zip |
Kill meaningless reset printf().
-rw-r--r-- | sys/arch/hp300/stand/cdboot/cdboot.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/hp300/stand/cdboot/cdboot.c b/sys/arch/hp300/stand/cdboot/cdboot.c index a8aa63ccefe..8d02953f286 100644 --- a/sys/arch/hp300/stand/cdboot/cdboot.c +++ b/sys/arch/hp300/stand/cdboot/cdboot.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cdboot.c,v 1.1 1999/08/16 09:43:08 downsj Exp $ */ +/* $OpenBSD: cdboot.c,v 1.2 1999/08/16 10:20:07 downsj Exp $ */ /* $NetBSD: uboot.c,v 1.3 1997/04/27 21:17:13 thorpej Exp $ */ /*- @@ -76,7 +76,6 @@ main() printf("\n>> OpenBSD [%dKB] CDROM BOOT %s HP9000/%s CPU\n", (__LDPGSZ / 1024), version, getmachineid()); - printf(">> Enter \"reset\" to reset system.\n"); bdev = B_TYPE(bootdev); badapt = B_ADAPTOR(bootdev); |