diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/stand/boot/boot.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/stand/boot/boot.c b/sys/stand/boot/boot.c index 1de7e74a6e5..3b5d045161d 100644 --- a/sys/stand/boot/boot.c +++ b/sys/stand/boot/boot.c @@ -1,4 +1,4 @@ -/* $OpenBSD: boot.c,v 1.22 1998/07/08 19:24:52 mickey Exp $ */ +/* $OpenBSD: boot.c,v 1.23 2000/12/29 19:24:44 mickey Exp $ */ /* * Copyright (c) 1997,1998 Michael Shalayeff @@ -57,7 +57,7 @@ boot(bootdev) machdep(); - printf(">> OpenBSD/" MACHINE_ARCH " BOOT %s\n", version); + printf(">> OpenBSD/" MACHINE " BOOT %s\n", version); devboot(bootdev, cmd.bootdev); strncpy(cmd.image, bootfile, sizeof(cmd.image)); |