Adding a linux ioctl translation

Martin Laabs info at martinlaabs.de
Mon Feb 18 19:30:04 UTC 2013


Hi,

I solved the problem. The handler did a switch(...) on the lower 16bit of
the cmd but the cmd value was still the long one so adding a & 0xffff
solved the problem.

Thank you,
 Martin



More information about the freebsd-emulation mailing list