diff options
author | Dale S. Rahn <rahnds@cvs.openbsd.org> | 2000-01-14 05:44:19 +0000 |
---|---|---|
committer | Dale S. Rahn <rahnds@cvs.openbsd.org> | 2000-01-14 05:44:19 +0000 |
commit | a1467ba18aef68839a7b5a5d972e5b763e063b01 (patch) | |
tree | 28d758327304ed9a10247481158163563359ae40 /sys/arch/powerpc | |
parent | ff12316c209cfef09a58871b1672e758c12c0dad (diff) |
Remove change that was checked in by accident with last commit.
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 0a23e4943fa..4f00ff872a4 100644 --- a/sys/arch/powerpc/stand/boot.c +++ b/sys/arch/powerpc/stand/boot.c @@ -1,4 +1,4 @@ -/* $OpenBSD: boot.c,v 1.9 2000/01/14 05:42:17 rahnds Exp $ */ +/* $OpenBSD: boot.c,v 1.10 2000/01/14 05:44:18 rahnds Exp $ */ /* $NetBSD: boot.c,v 1.1 1997/04/16 20:29:17 thorpej Exp $ */ /* @@ -454,7 +454,7 @@ main() char *cp; int fd; - printf("\n>> OpenBSD/powerpc Boot tst \n"); + printf("\n>> OpenBSD/powerpc Boot\n"); /* * Get the boot arguments from Openfirmware |