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
- problem with ioctl handler in a module Alexander Langer
- Re: problem with ioctl handler in a module Jake Burkholder
- Re: problem with ioctl handler in a module Alexander Langer
- Re: problem with ioctl handler in a module Warner Losh