Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Feb 2013 20:29:54 +0100
From:      Martin Laabs <info@martinlaabs.de>
To:        freebsd-emulation@freebsd.org
Subject:   Re: Adding a linux ioctl translation
Message-ID:  <51228132.7090808@martinlaabs.de>
In-Reply-To: <512225F7.8030904@martinlaabs.de>
References:  <512225F7.8030904@martinlaabs.de>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?51228132.7090808>