summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1996-07-31 10:38:47 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1996-07-31 10:38:47 +0000
commitd3870d9283ae45d701af60520a16ecf5463c7ea5 (patch)
treefe18b9889c00b1527fed9ae06604feafc9cf3cfc
parentaaa4a4dc45a942c3ed04dc1449b653e5d4740378 (diff)
We are OpenBSD!
-rw-r--r--sys/arch/alpha/stand/bootxx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/stand/bootxx.c b/sys/arch/alpha/stand/bootxx.c
index 8163c8f49ae..6e6e5315e50 100644
--- a/sys/arch/alpha/stand/bootxx.c
+++ b/sys/arch/alpha/stand/bootxx.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: bootxx.c,v 1.3 1996/07/29 23:01:19 niklas Exp $ */
+/* $OpenBSD: bootxx.c,v 1.4 1996/07/31 10:38:46 niklas Exp $ */
/* $NetBSD: bootxx.c,v 1.2 1996/04/12 06:09:36 cgd Exp $ */
/*
@@ -136,7 +136,7 @@ main()
/* Init prom callback vector. */
init_prom_calls();
- puts("\nNetBSD/Alpha primary boot...\n");
+ puts("\nOpenBSD/Alpha primary boot...\n");
bbinfop = (struct bbinfo *)&_end;
loadaddr = (char *)SECONDARY_LOAD_ADDRESS;