summaryrefslogtreecommitdiff
path: root/v4l2-apps/lib/libv4l/libv4l2/v4l2convert.c
diff options
context:
space:
mode:
authorThierry MERLE <thierry.merle@free.fr>2008-07-04 19:30:13 +0200
committerThierry MERLE <thierry.merle@free.fr>2008-07-04 19:30:13 +0200
commit63c4e4bef7b1537de4e313ee9d20907a372d8f56 (patch)
tree75117f0820d55998bcae2e4bfac9647781ed4e61 /v4l2-apps/lib/libv4l/libv4l2/v4l2convert.c
parent40536a32a310338da9cf2c697dd978780aeda18a (diff)
downloadmediapointer-dvb-s2-63c4e4bef7b1537de4e313ee9d20907a372d8f56.tar.gz
mediapointer-dvb-s2-63c4e4bef7b1537de4e313ee9d20907a372d8f56.tar.bz2
v4l2-library: libv4l-warnings.patch
From: Hans de Goede <j.w.r.degoede@hhs.nl> Fix all compiler warnings in libv4l Signed-off-by: Hans de Goede <j.w.r.degoede@hhs.nl> Signed-off-by: Thierry MERLE <thierry.merle@free.fr>
Diffstat (limited to 'v4l2-apps/lib/libv4l/libv4l2/v4l2convert.c')
-rw-r--r--v4l2-apps/lib/libv4l/libv4l2/v4l2convert.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/v4l2-apps/lib/libv4l/libv4l2/v4l2convert.c b/v4l2-apps/lib/libv4l/libv4l2/v4l2convert.c
index bcd11c2cc..67f563602 100644
--- a/v4l2-apps/lib/libv4l/libv4l2/v4l2convert.c
+++ b/v4l2-apps/lib/libv4l/libv4l2/v4l2convert.c
@@ -110,7 +110,7 @@ ssize_t read (int fd, void* buffer, size_t n)
}
void mmap(void *start, size_t length, int prot, int flags, int fd,
- off_t offset)
+ __off_t offset)
{
return v4l2_mmap(start, length, prot, flags, fd, offset);
}