summaryrefslogtreecommitdiff
path: root/v4l
diff options
context:
space:
mode:
authorJean-Francois Moine <moinejf@free.fr>2008-07-17 07:41:50 +0200
committerJean-Francois Moine <moinejf@free.fr>2008-07-17 07:41:50 +0200
commitf4b6f27da34d8971eb4b59324c15e94bd062ed21 (patch)
tree980fd0be0d0ac3c0606b8b0d6d61b9404bdb67dc /v4l
parent2c89d265e6b6dc34bdb2c616731e33e9591088f5 (diff)
parent610e9fdc6f1ffa937eb4e499f202ea75deb1ff03 (diff)
downloadmediapointer-dvb-s2-f4b6f27da34d8971eb4b59324c15e94bd062ed21.tar.gz
mediapointer-dvb-s2-f4b6f27da34d8971eb4b59324c15e94bd062ed21.tar.bz2
merge: v4l-dvb
Diffstat (limited to 'v4l')
-rw-r--r--v4l/compat.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/v4l/compat.h b/v4l/compat.h
index d32806e9b..ba9a7cff7 100644
--- a/v4l/compat.h
+++ b/v4l/compat.h
@@ -210,4 +210,8 @@ static inline struct proc_dir_entry *proc_create_data(const char *a,
#endif
+#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 24)
+typedef unsigned long uintptr_t;
+#endif
+
#endif