mirror of
https://github.com/Motion-Project/motion.git
synced 2026-04-18 21:17:04 -04:00
Revise to always use long for ioctl calls. Closes #1644
This commit is contained in:
@@ -126,11 +126,7 @@ static void v4l2_palette_init(palette_item *palette_array)
|
||||
|
||||
}
|
||||
|
||||
#if defined (BSD)
|
||||
static int xioctl(src_v4l2_t *vid_source, unsigned long request, void *arg)
|
||||
#else
|
||||
static int xioctl(src_v4l2_t *vid_source, int request, void *arg)
|
||||
#endif
|
||||
{
|
||||
int ret;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user