Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amiga/amiga recently findroot() was changed to get ...



details:   https://anonhg.NetBSD.org/src/rev/278babf6b647
branches:  trunk
changeset: 487655:278babf6b647
user:      frueauf <frueauf%NetBSD.org@localhost>
date:      Sat Jun 10 19:34:46 2000 +0000

description:
recently findroot() was changed to get no arguments, so remove the
arguments in the findroot() call withing cpu_rootconf().

diffstat:

 sys/arch/amiga/amiga/autoconf.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 0df34b6ffb5f -r 278babf6b647 sys/arch/amiga/amiga/autoconf.c
--- a/sys/arch/amiga/amiga/autoconf.c   Sat Jun 10 19:21:05 2000 +0000
+++ b/sys/arch/amiga/amiga/autoconf.c   Sat Jun 10 19:34:46 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: autoconf.c,v 1.76 2000/06/01 17:42:59 matt Exp $       */
+/*     $NetBSD: autoconf.c,v 1.77 2000/06/10 19:34:46 frueauf Exp $    */
 
 /*
  * Copyright (c) 1994 Christian E. Hopps
@@ -112,7 +112,7 @@
 void
 cpu_rootconf()
 {
-       findroot(&booted_device, &booted_partition);
+       findroot();
 #ifdef DEBUG_KERNEL_START
        printf("survived findroot()\n");
 #endif



Home | Main Index | Thread Index | Old Index