fix args
This commit is contained in:
parent
553b9f4b06
commit
b87b6dbc49
@ -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 struct plistref *,
|
||||
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 *);
|
||||
|
Loading…
Reference in New Issue
Block a user