NetBSD video(4) support, patch 3 of 3
xioctl() assumes that ioctl takes int request. Cope with int ioctl(int d, unsigned long request, ...) to avoid "invalid argument".
This commit is contained in:

committed by
Andrey Kamaev

parent
681ffd9a21
commit
1a84bcc565
@@ -25,6 +25,9 @@
|
||||
/* V4L/V4L2 capturing support via libv4l */
|
||||
#cmakedefine HAVE_LIBV4L
|
||||
|
||||
/* ioctl takes unsigned long request rather than int */
|
||||
#cmakedefine HAVE_IOCTL_ULONG
|
||||
|
||||
/* Carbon windowing environment */
|
||||
#cmakedefine HAVE_CARBON
|
||||
|
||||
|
Reference in New Issue
Block a user