Module Name: src
Committed By: martin
Date: Sat Dec 8 12:24:18 UTC 2018
Modified Files:
src/sys/compat/linux/common [netbsd-8]: linux_socket.c
Log Message:
Apply patch, requested by tsutsui in ticket #1132:
Different solution for the fix in
sys/compat/linux/common/linux_socket.c rev 1.140
The solution in -current could not be directly used as it required a kernel
version bump and broke the ABI. Work around it differently here.
Fixes linux emulation of sendto(2), PR 53103.
To generate a diff of this commit:
cvs rdiff -u -r1.138.6.2 -r1.138.6.3 \
src/sys/compat/linux/common/linux_socket.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.