NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/53103 CVS commit: [netbsd-8] src/sys/compat/linux/common



The following reply was made to PR lib/53103; it has been noted by GNATS.

From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/53103 CVS commit: [netbsd-8] src/sys/compat/linux/common
Date: Sat, 8 Dec 2018 12:24:18 +0000

 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.
 


Home | Main Index | Thread Index | Old Index