Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sparc/include Adjust setprop() prototype to match t...
details: https://anonhg.NetBSD.org/src/rev/b0146e720d4a
branches: trunk
changeset: 499274:b0146e720d4a
user: pk <pk%NetBSD.org@localhost>
date: Wed Nov 15 16:12:01 2000 +0000
description:
Adjust setprop() prototype to match that in dev/ofw/openfirm.h
diffstat:
sys/arch/sparc/include/bsd_openprom.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 5293358c3fb5 -r b0146e720d4a sys/arch/sparc/include/bsd_openprom.h
--- a/sys/arch/sparc/include/bsd_openprom.h Wed Nov 15 15:44:05 2000 +0000
+++ b/sys/arch/sparc/include/bsd_openprom.h Wed Nov 15 16:12:01 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: bsd_openprom.h,v 1.16 2000/03/13 23:52:33 soren Exp $ */
+/* $NetBSD: bsd_openprom.h,v 1.17 2000/11/15 16:12:01 pk Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -322,7 +322,7 @@
*/
int (*no_proplen) __P((int node, char *name));
int (*no_getprop) __P((int node, char *name, void *val));
- int (*no_setprop) __P((int node, char *name, void *val,
+ int (*no_setprop) __P((int node, char *name, const void *val,
int len));
char *(*no_nextprop) __P((int node, char *name));
};
Home |
Main Index |
Thread Index |
Old Index