Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/compat/linux/common
Module Name: src
Committed By: njoly
Date: Thu Jul 3 14:07:09 UTC 2008
Modified Files:
src/sys/compat/linux/common: linux_socket.c linux_socketcall.c
linux_sockio.h
Log Message:
Fix SIOCGIFCONF ioctl for 64bit platforms. Add a new linux_ifreq
structure and linux_getifconf function (cleaned up version from
compat_ifconf).
While here, update linux_getifhwaddr to use the new structure.
Ok by christos.
To generate a diff of this commit:
cvs rdiff -r1.96 -r1.97 src/sys/compat/linux/common/linux_socket.c
cvs rdiff -r1.38 -r1.39 src/sys/compat/linux/common/linux_socketcall.c
cvs rdiff -r1.15 -r1.16 src/sys/compat/linux/common/linux_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