aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2003-05-14 15:50:04 +0800
committeralfred <alfred@FreeBSD.org>2003-05-14 15:50:04 +0800
commit45c38f18b7ac70bd6eb1710b703dffb9ce92b481 (patch)
tree16839ca884da81e392be217bd0213e84449e0e13 /multimedia
parent7c0f975b696445b7458e49c45e8e9286b41c3939 (diff)
downloadfreebsd-ports-gnome-45c38f18b7ac70bd6eb1710b703dffb9ce92b481.tar.gz
freebsd-ports-gnome-45c38f18b7ac70bd6eb1710b703dffb9ce92b481.tar.zst
freebsd-ports-gnome-45c38f18b7ac70bd6eb1710b703dffb9ce92b481.zip
We need to include sys/types.h for the bt848 stuff under 5.x, this is
harmless on 4.x. Approved by: chein
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/camserv/files/patch-ab10
1 files changed, 10 insertions, 0 deletions
diff --git a/multimedia/camserv/files/patch-ab b/multimedia/camserv/files/patch-ab
new file mode 100644
index 000000000000..8aa3fc24fa72
--- /dev/null
+++ b/multimedia/camserv/files/patch-ab
@@ -0,0 +1,10 @@
+--- camserv/video_fbsd_bttv.c.orig Mon May 12 23:13:31 2003
++++ camserv/video_fbsd_bttv.c Mon May 12 23:13:00 2003
+@@ -27,6 +27,7 @@
+ #include <fcntl.h>
+ #include <errno.h>
+ #include <sys/mman.h>
++#include <sys/types.h>
+ #include <machine/ioctl_bt848.h>
+ #include <machine/ioctl_meteor.h>
+ #include <signal.h>