Subject: CVS commit: src/sys/compat
To: None <source-changes@NetBSD.org>
From: Pavel Cahyna <pavel@netbsd.org>
List: source-changes
Date: 06/27/2006 09:09:40
Module Name:	src
Committed By:	pavel
Date:		Tue Jun 27 09:09:40 UTC 2006

Modified Files:
	src/sys/compat/linux/common: linux_socket.c
	src/sys/compat/svr4: svr4_socket.c
	src/sys/compat/svr4_32: svr4_32_socket.c

Log Message:
Use the new socket call for Linux and SVR4, because those systems (at
least Linux 2.4.31, Irix 6.5.20 and Solaris 10) use EAFNOSUPPORT.

Only the Linux emulation has been tested.

XXX somebody should audit the other emulations...


To generate a diff of this commit:
cvs rdiff -r1.63 -r1.64 src/sys/compat/linux/common/linux_socket.c
cvs rdiff -r1.13 -r1.14 src/sys/compat/svr4/svr4_socket.c
cvs rdiff -r1.7 -r1.8 src/sys/compat/svr4_32/svr4_32_socket.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.