Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102861972
D43147.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
425 B
Referenced Files
None
Subscribers
None
D43147.diff
View Options
diff --git a/sys/kern/vfs_mount.c b/sys/kern/vfs_mount.c
--- a/sys/kern/vfs_mount.c
+++ b/sys/kern/vfs_mount.c
@@ -1024,7 +1024,7 @@
fsoptions->uio_iov[2 * errmsg_pos + 1].iov_base,
fsoptions->uio_iov[2 * errmsg_pos + 1].iov_len);
} else {
- copyout(errmsg,
+ (void)copyout(errmsg,
fsoptions->uio_iov[2 * errmsg_pos + 1].iov_base,
fsoptions->uio_iov[2 * errmsg_pos + 1].iov_len);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Nov 19, 3:20 AM (21 h, 25 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14709487
Default Alt Text
D43147.diff (425 B)
Attached To
Mode
D43147: nmount: Ignore errors when copying out an error string
Attached
Detach File
Event Timeline
Log In to Comment