Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ofw OF_nextprop: make OUT argument type `void *'



details:   https://anonhg.NetBSD.org/src/rev/17dc06c5e72c
branches:  trunk
changeset: 499267:17dc06c5e72c
user:      pk <pk%NetBSD.org@localhost>
date:      Wed Nov 15 14:27:26 2000 +0000

description:
OF_nextprop: make OUT argument type `void *'

diffstat:

 sys/dev/ofw/openfirm.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ef5eef55898e -r 17dc06c5e72c sys/dev/ofw/openfirm.h
--- a/sys/dev/ofw/openfirm.h    Wed Nov 15 14:04:05 2000 +0000
+++ b/sys/dev/ofw/openfirm.h    Wed Nov 15 14:27:26 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: openfirm.h,v 1.14 2000/11/14 06:44:12 matt Exp $       */
+/*     $NetBSD: openfirm.h,v 1.15 2000/11/15 14:27:26 pk Exp $ */
 
 /*
  * Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -82,7 +82,7 @@
 int    OF_instance_to_package (int ihandle);
 int    OF_getproplen (int handle, char *prop);
 int    OF_getprop (int handle, char *prop, void *buf, int buflen);
-int    OF_nextprop (int handle, char *prop, char *nextprop);
+int    OF_nextprop (int handle, char *prop, void *nextprop);
 int    OF_setprop (int handle, char *prop, const void *buf, int buflen);
 int    OF_finddevice (char *name);
 int    OF_instance_to_path (int ihandle, char *buf, int buflen);



Home | Main Index | Thread Index | Old Index