Fix incorrectly defined FE_GET_PROPERTY ioctl for which the workaround

as used in the Linux drivers doesn't work on FreeBSD; more details in
this thread:

http://lists.freebsd.org/pipermail/freebsd-multimedia/2010-April/010958.html

Submitted by:	Juergen Lock <nox@jelal.kn-bremen.de>
Reviewed by:	Hans Petter Selasky <hselasky@c2i.net>
This commit is contained in:
Koop Mast 2010-04-29 21:42:44 +00:00
parent 8040ed8bcb
commit 644afd1c1d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=253445
2 changed files with 12 additions and 0 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= v4l_compat
PORTVERSION= 1.0.${DUMMYDATE}
PORTREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= LOCAL/kwm
DUMMYDATE= 20100403

View File

@ -0,0 +1,11 @@
--- dvb/frontend.h.orig 2010-04-15 11:20:34.000000000 +0200
+++ dvb/frontend.h 2010-04-15 11:21:23.000000000 +0200
@@ -373,7 +373,7 @@
};
#define FE_SET_PROPERTY _IOW('o', 82, struct dtv_properties)
-#define FE_GET_PROPERTY _IOR('o', 83, struct dtv_properties)
+#define FE_GET_PROPERTY _IOW('o', 83, struct dtv_properties)
/**