Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F150687881
D1461.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
521 B
Referenced Files
None
Subscribers
None
D1461.diff
View Options
Index: head/sys/compat/linux/linux_emul.c
===================================================================
--- head/sys/compat/linux/linux_emul.c
+++ head/sys/compat/linux/linux_emul.c
@@ -265,7 +265,7 @@
child_set_tid = em->child_set_tid;
if (child_set_tid != NULL) {
- error = copyout(&em->em_tid, (int *)child_set_tid,
+ error = copyout(&em->em_tid, child_set_tid,
sizeof(em->em_tid));
LINUX_CTR4(clone, "schedtail(%d) %p stored %d error %d",
td->td_tid, child_set_tid, em->em_tid, error);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Apr 4, 9:14 AM (20 h, 28 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30810452
Default Alt Text
D1461.diff (521 B)
Attached To
Mode
D1461: Linuxulator. Remove the unnecessary cast.
Attached
Detach File
Event Timeline
Log In to Comment