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: christos
Date: Fri Jan 11 19:01:36 UTC 2013
Modified Files:
src/sys/compat/linux/common: linux_socket.c linux_sockio.h
src/sys/compat/linux32/common: linux32_socket.c linux32_sockio.h
Log Message:
Use copyin/copyout and linux-specific ifreq structures (they are the same
as the netbsd ones, but this disconnects them)
To generate a diff of this commit:
cvs rdiff -u -r1.114 -r1.115 src/sys/compat/linux/common/linux_socket.c
cvs rdiff -u -r1.18 -r1.19 src/sys/compat/linux/common/linux_sockio.h
cvs rdiff -u -r1.16 -r1.17 src/sys/compat/linux32/common/linux32_socket.c
cvs rdiff -u -r1.3 -r1.4 src/sys/compat/linux32/common/linux32_sockio.h
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