diff options
author | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1997-01-09 03:52:52 +0000 |
---|---|---|
committer | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1997-01-09 03:52:52 +0000 |
commit | 206f3f1df448e321de8e6d577f2805873f9ec706 (patch) | |
tree | 53e4bf25662898deaaf6c83d5a2cd57e3d01252f /sys/arch/powerpc | |
parent | 3d9e2c58da5ceb811ace51d562368608c2f07dc7 (diff) |
Booting OpenBSD not NetBSD.
Change the print to reflect that.
Diffstat (limited to 'sys/arch/powerpc')
-rw-r--r-- | sys/arch/powerpc/stand/boot.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/powerpc/stand/boot.c b/sys/arch/powerpc/stand/boot.c index e9a0d7fea92..818b98eb63e 100644 --- a/sys/arch/powerpc/stand/boot.c +++ b/sys/arch/powerpc/stand/boot.c @@ -1,4 +1,4 @@ -/* $OpenBSD: boot.c,v 1.2 1996/12/28 06:31:12 rahnds Exp $ */ +/* $OpenBSD: boot.c,v 1.3 1997/01/09 03:52:51 rahnds Exp $ */ /* $NetBSD: boot.c,v 1.2 1996/10/07 21:43:02 cgd Exp $ */ /* @@ -228,7 +228,7 @@ main() char *cp; int fd; - printf(">> NetBSD BOOT\n"); + printf(">> OpenBSD BOOT\n"); /* * Get the boot arguments from Openfirmware |