diff options
Diffstat (limited to 'sys/arch/mvme68k/stand/bootxx/bootxx.c')
-rw-r--r-- | sys/arch/mvme68k/stand/bootxx/bootxx.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme68k/stand/bootxx/bootxx.c b/sys/arch/mvme68k/stand/bootxx/bootxx.c index 8e4c83b4af5..27bfa242dc4 100644 --- a/sys/arch/mvme68k/stand/bootxx/bootxx.c +++ b/sys/arch/mvme68k/stand/bootxx/bootxx.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bootxx.c,v 1.4 2001/07/04 08:06:55 niklas Exp $ */ +/* $OpenBSD: bootxx.c,v 1.5 2002/03/14 03:15:56 millert Exp $ */ /* $NetBSD: bootxx.c,v 1.5 1995/10/13 21:44:57 gwr Exp $ */ /* @@ -87,7 +87,7 @@ main() _rtt(); } - addr = (char*)LOADADDR; + addr = (char *)LOADADDR; error = copyboot(&f, addr); f.f_dev->dv_close(&f); if (!error) { |