Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F151962153
D44376.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
976 B
Referenced Files
None
Subscribers
None
D44376.diff
View Options
diff --git a/sys/compat/freebsd32/freebsd32_misc.c b/sys/compat/freebsd32/freebsd32_misc.c
--- a/sys/compat/freebsd32/freebsd32_misc.c
+++ b/sys/compat/freebsd32/freebsd32_misc.c
@@ -1191,7 +1191,7 @@
}
int
-freebsd32_copyinuio(struct iovec32 *iovp, u_int iovcnt, struct uio **uiop)
+freebsd32_copyinuio(const struct iovec32 *iovp, u_int iovcnt, struct uio **uiop)
{
struct iovec32 iov32;
struct iovec *iov;
diff --git a/sys/compat/freebsd32/freebsd32_util.h b/sys/compat/freebsd32/freebsd32_util.h
--- a/sys/compat/freebsd32/freebsd32_util.h
+++ b/sys/compat/freebsd32/freebsd32_util.h
@@ -114,7 +114,7 @@
uintptr_t *stack_base);
int freebsd32_copyiniov(struct iovec32 *iovp, u_int iovcnt,
struct iovec **iov, int error);
-int freebsd32_copyinuio(struct iovec32 *iovp, u_int iovcnt,
+int freebsd32_copyinuio(const struct iovec32 *iovp, u_int iovcnt,
struct uio **uiop);
void freebsd32_rusage_out(const struct rusage *s, struct rusage32 *s32);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Apr 12, 7:27 PM (5 h, 23 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31366204
Default Alt Text
D44376.diff (976 B)
Attached To
Mode
D44376: freebsd32: freebsd32_copyinuio takes const iovp
Attached
Detach File
Event Timeline
Log In to Comment