summarylogtreecommitdiffstats
path: root/01-remove_prandom.patch
diff options
context:
space:
mode:
authorThéo Le Calvar2023-06-30 08:46:54 +0200
committerThéo Le Calvar2023-06-30 08:46:54 +0200
commit13a4e40e30556916d502fa69d7a8e0a6540ac2d4 (patch)
tree8274687e4ebc4a6660e494856163613099c3d806 /01-remove_prandom.patch
parent83546c2fb26fee115ef81fac375686ebfaa8479e (diff)
downloadaur-13a4e40e30556916d502fa69d7a8e0a6540ac2d4.tar.gz
bump version to 12.5
Diffstat (limited to '01-remove_prandom.patch')
-rw-r--r--01-remove_prandom.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/01-remove_prandom.patch b/01-remove_prandom.patch
deleted file mode 100644
index b30d165d9000..000000000000
--- a/01-remove_prandom.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/blackmagic-io-12.4.1a15/bm_util.c 2023-01-01 13:26:47.100202432 +0100
-+++ b/blackmagic-io-12.4.1a15/bm_util.c 2023-01-01 13:09:53.705229108 +0100
-@@ -902,7 +902,9 @@
- // Random
- uint32_t bm_random32(void)
- {
--#if KERNEL_VERSION_OR_LATER(3, 8, 0)
-+#if KERNEL_VERSION_OR_LATER(6, 1, 0)
-+ return get_random_u32();
-+#elif KERNEL_VERSION_OR_LATER(3, 8, 0)
- return prandom_u32();
- #elif KERNEL_VERSION_OR_LATER(2, 6, 19)
- return random32(); \ No newline at end of file