Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/powerpc/powerpc Change OF_nextprop to match prototy...



details:   https://anonhg.NetBSD.org/src/rev/652495cd19b0
branches:  trunk
changeset: 499557:652495cd19b0
user:      wiz <wiz%NetBSD.org@localhost>
date:      Wed Nov 22 18:18:32 2000 +0000

description:
Change OF_nextprop to match prototype change to void *
(Please don't change prototypes without changing the corresponding
functions!)

diffstat:

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

diffs (18 lines):

diff -r b4d4b700e668 -r 652495cd19b0 sys/arch/powerpc/powerpc/openfirm.c
--- a/sys/arch/powerpc/powerpc/openfirm.c       Wed Nov 22 16:41:56 2000 +0000
+++ b/sys/arch/powerpc/powerpc/openfirm.c       Wed Nov 22 18:18:32 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: openfirm.c,v 1.5 2000/11/14 21:22:44 matt Exp $        */
+/*     $NetBSD: openfirm.c,v 1.6 2000/11/22 18:18:32 wiz Exp $ */
 
 /*
  * Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -202,7 +202,7 @@
 OF_nextprop(handle, prop, nextprop)
        int handle;
        char *prop;
-       char *nextprop;
+       void *nextprop;
 {
        static struct {
                char *name;



Home | Main Index | Thread Index | Old Index