summaryrefslogtreecommitdiff
path: root/sys/arch/sun3/stand/bootxx/bootxx.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/sun3/stand/bootxx/bootxx.c')
-rw-r--r--sys/arch/sun3/stand/bootxx/bootxx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sun3/stand/bootxx/bootxx.c b/sys/arch/sun3/stand/bootxx/bootxx.c
index aaf27d402bb..2b4730d2181 100644
--- a/sys/arch/sun3/stand/bootxx/bootxx.c
+++ b/sys/arch/sun3/stand/bootxx/bootxx.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: bootxx.c,v 1.2 2001/07/04 08:33:44 niklas Exp $ */
+/* $OpenBSD: bootxx.c,v 1.3 2002/03/14 03:16:01 millert Exp $ */
/* $NetBSD: bootxx.c,v 1.5 1995/10/13 21:44:57 gwr Exp $ */
/*
@@ -83,7 +83,7 @@ main()
exit();
}
- addr = (char*)LOADADDR;
+ addr = (char *)LOADADDR;
error = copyboot(&f, addr);
f.f_dev->dv_close(&f);
if (!error) {