summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/kern/subr_uio.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2016-10-26 14:14:05 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2016-10-26 14:14:05 +0200
commitcf882982fa2288a79a98686e037cc92ce5c2eb74 (patch)
tree7cd2635ac91f1fe81cf368f016af141c6f3e67a3 /freebsd/sys/kern/subr_uio.c
parentdevfs: Fix includes (diff)
downloadrtems-libbsd-cf882982fa2288a79a98686e037cc92ce5c2eb74.tar.bz2
Prepare copyiniov() for FreeBSD update
Diffstat (limited to 'freebsd/sys/kern/subr_uio.c')
-rw-r--r--freebsd/sys/kern/subr_uio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/freebsd/sys/kern/subr_uio.c b/freebsd/sys/kern/subr_uio.c
index 73e0ccee..73f2db08 100644
--- a/freebsd/sys/kern/subr_uio.c
+++ b/freebsd/sys/kern/subr_uio.c
@@ -510,7 +510,7 @@ copyinstrfrom(const void * __restrict src, void * __restrict dst, size_t len,
#endif /* __rtems__ */
int
-copyiniov(struct iovec *iovp, u_int iovcnt, struct iovec **iov, int error)
+copyiniov(const struct iovec *iovp, u_int iovcnt, struct iovec **iov, int error)
{
u_int iovlen;