diff options
author | 2000-01-14 05:44:18 +0000 | |
---|---|---|
committer | 2000-01-14 05:44:18 +0000 | |
commit | e3ca7cd754c40e97ea43324e36dbc274cf9209a3 (patch) | |
tree | 00799af73706f662846bd8d89f033c79ba47eae5 | |
parent | UVM changes mainly. As of this checkin UVM is still not working for powerpc (diff) | |
download | wireguard-openbsd-e3ca7cd754c40e97ea43324e36dbc274cf9209a3.tar.xz wireguard-openbsd-e3ca7cd754c40e97ea43324e36dbc274cf9209a3.zip |
Remove change that was checked in by accident with last commit.
-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 |