Module Name:    src
Committed By:   christos
Date:           Sun Jan 29 02:07:44 UTC 2017

Modified Files:
        src/common/include/prop: prop_array.h

Log Message:
fix args


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/common/include/prop/prop_array.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/common/include/prop/prop_array.h
diff -u src/common/include/prop/prop_array.h:1.15 src/common/include/prop/prop_array.h:1.16
--- src/common/include/prop/prop_array.h:1.15	Sat Jan 28 19:16:19 2017
+++ src/common/include/prop/prop_array.h	Sat Jan 28 21:07:44 2017
@@ -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 @@ int		prop_array_recv_syscall(const struc
 					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 *);

Reply via email to