diff options
Diffstat (limited to 'src/v4l2/v4l2_camera_proxy.cpp')
-rw-r--r-- | src/v4l2/v4l2_camera_proxy.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/v4l2/v4l2_camera_proxy.cpp b/src/v4l2/v4l2_camera_proxy.cpp index 19b300f4..bf47aa7e 100644 --- a/src/v4l2/v4l2_camera_proxy.cpp +++ b/src/v4l2/v4l2_camera_proxy.cpp @@ -76,7 +76,7 @@ void V4L2CameraProxy::close() } void *V4L2CameraProxy::mmap(void *addr, size_t length, int prot, int flags, - off_t offset) + off64_t offset) { LOG(V4L2Compat, Debug) << "Servicing mmap"; |