Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/acorn32/acorn32 Oeps... boot_file was needed after ...



details:   https://anonhg.NetBSD.org/src/rev/74f2f351534a
branches:  trunk
changeset: 521523:74f2f351534a
user:      reinoud <reinoud%NetBSD.org@localhost>
date:      Thu Jan 31 22:46:40 2002 +0000

description:
Oeps... boot_file was needed after all ... weird

diffstat:

 sys/arch/acorn32/acorn32/rpc_machdep.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r ca89e6533b82 -r 74f2f351534a sys/arch/acorn32/acorn32/rpc_machdep.c
--- a/sys/arch/acorn32/acorn32/rpc_machdep.c    Thu Jan 31 22:43:33 2002 +0000
+++ b/sys/arch/acorn32/acorn32/rpc_machdep.c    Thu Jan 31 22:46:40 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rpc_machdep.c,v 1.11 2002/01/31 21:01:40 reinoud Exp $ */
+/*     $NetBSD: rpc_machdep.c,v 1.12 2002/01/31 22:46:40 reinoud Exp $ */
 
 /*
  * Copyright (c) 2000-2001 Reinoud Zandijk.
@@ -120,6 +120,7 @@
 videomemory_t videomemory;     /* Video memory descriptor */
 
 char *boot_args = NULL;
+char *boot_file = NULL;
 char  booted_kernel[80];
 
 extern int       *vidc_base;



Home | Main Index | Thread Index | Old Index