Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/common/include/prop fix args
details: https://anonhg.NetBSD.org/src/rev/b8296ffa34b5
branches: trunk
changeset: 350977:b8296ffa34b5
user: christos <christos%NetBSD.org@localhost>
date: Sun Jan 29 02:07:44 2017 +0000
description:
fix args
diffstat:
common/include/prop/prop_array.h | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 272b2cd08dab -r b8296ffa34b5 common/include/prop/prop_array.h
--- a/common/include/prop/prop_array.h Sun Jan 29 01:46:37 2017 +0000
+++ b/common/include/prop/prop_array.h Sun Jan 29 02:07:44 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: prop_array.h,v 1.15 2017/01/29 00:16:19 christos Exp $ */
+/* $NetBSD: prop_array.h,v 1.16 2017/01/29 02:07:44 christos Exp $ */
/*-
* Copyright (c) 2006, 2009 The NetBSD Foundation, Inc.
@@ -79,7 +79,8 @@
prop_array_t *);
#elif defined(_KERNEL)
int prop_array_copyin(const struct plistref *, prop_array_t *);
-int prop_array_copyin_size(const struct plistref *, prop_array_t *);
+int prop_array_copyin_size(const struct plistref *, prop_array_t *,
+ size_t);
int prop_array_copyout(struct plistref *, prop_array_t);
int prop_array_copyin_ioctl(const struct plistref *, const u_long,
prop_array_t *);
Home |
Main Index |
Thread Index |
Old Index