Thus spake Jake Burkholder ([EMAIL PROTECTED]):

> The request parameter to ioctl needs to contain length information.
> I think you want something like:
> #define ZIVA_IOCTL   _IOW('c', 10, int)
> ioctl(fd, ZIVA_IOCTL, &foo);

That's it. Thanks!

Alex

-- 
I need a new ~/.sig.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to