summarylogtreecommitdiffstats
path: root/02-fix-have_unlocked_ioctl.patch
diff options
context:
space:
mode:
authorThéo Le Calvar2021-05-21 08:07:14 +0200
committerThéo Le Calvar2021-05-21 08:08:06 +0200
commitd221118b557fd0319e8fef7e3e9a799de537f95f (patch)
tree0cf05a06f5ece1fcdca51dcf58c665b468a45243 /02-fix-have_unlocked_ioctl.patch
parent212ec426d96db3de0fedad803238d0604cc4df76 (diff)
downloadaur-d221118b557fd0319e8fef7e3e9a799de537f95f.tar.gz
bump version to 12.1
Diffstat (limited to '02-fix-have_unlocked_ioctl.patch')
-rw-r--r--02-fix-have_unlocked_ioctl.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/02-fix-have_unlocked_ioctl.patch b/02-fix-have_unlocked_ioctl.patch
deleted file mode 100644
index 18ded8682087..000000000000
--- a/02-fix-have_unlocked_ioctl.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-diff --git a/blackmagic-12.0a14/blackmagic_core.c b/blackmagic-12.0a14/blackmagic_core.c
-index 2acbdd6..8d4f332 100644
---- a/blackmagic-12.0a14/blackmagic_core.c
-+++ b/blackmagic-12.0a14/blackmagic_core.c
-@@ -41,6 +41,12 @@
-
- #include "blackmagic_core.h"
-
-+
-+/* HAVE_UNLOCKED_IOCTL has been removed in kernel 5.9 */
-+#if KERNEL_VERSION_OR_LATER(5, 9, 0)
-+# define HAVE_UNLOCKED_IOCTL 1
-+#endif
-+
- unsigned long blackmagic_flags = 0;
- module_param(blackmagic_flags, ulong, S_IRUGO | S_IWUSR);
-