summaryrefslogtreecommitdiff
path: root/multimedia/camserv
diff options
context:
space:
mode:
authorAlfred Perlstein <alfred@FreeBSD.org>2003-05-14 07:50:04 +0000
committerAlfred Perlstein <alfred@FreeBSD.org>2003-05-14 07:50:04 +0000
commit1d38176d1bb03dfba1c7d9efdd903f5254481751 (patch)
tree80386008e9aaec4027e86ebcfbdbb61d8fd33ee6 /multimedia/camserv
parentSubmitted by: Patrick MARIE <mycroft@virgaria.org> (diff)
We need to include sys/types.h for the bt848 stuff under 5.x, this is
harmless on 4.x. Approved by: chein
Notes
Notes: svn path=/head/; revision=80966
Diffstat (limited to 'multimedia/camserv')
-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>