Source-Changes archive

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

CVS commit: src/sys/compat



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.




Home | Main Index | Thread Index | Old Index