In article <[email protected]>,
Patrick Welche  <[email protected]> wrote:
>Starting again... On the same -current/amd64 computer, with suse 13.2
>installed, /emul/linux32/usr/bin/xeyes fails with:

There is no chance those will work under linux32. You need to
convert the msghdr structures and the iov's... Copying the
sendmsg/recvmsg code from linux/common/linux_socket.c to
linux32/common/linux32_socket.c, adjusting the structs, and then
doing the iov conversions like they are done in
netbsd32/netbsd32_socket.c is what needs to be done to get those
working. Give it a try! It should not be too hard, all the bits
are there.

christos

Reply via email to