Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F136561665
D28504.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
466 B
Referenced Files
None
Subscribers
None
D28504.diff
View Options
Index: sys/compat/linux/linux_socket.c
===================================================================
--- sys/compat/linux/linux_socket.c
+++ sys/compat/linux/linux_socket.c
@@ -1178,7 +1178,7 @@
bsd_args.s = args->s;
bsd_args.buf = (caddr_t)PTRIN(args->msg);
bsd_args.len = args->len;
- bsd_args.flags = args->flags;
+ bsd_args.flags = linux_to_bsd_msg_flags(args->flags);
bsd_args.to = NULL;
bsd_args.tolen = 0;
error = sys_sendto(td, &bsd_args);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Nov 19, 8:34 AM (12 h, 37 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25613506
Default Alt Text
D28504.diff (466 B)
Attached To
Mode
D28504: linux: fix handling of flags for 32 bit send(2) syscall
Attached
Detach File
Event Timeline
Log In to Comment