rclone: Switch tarballs to signed (fixes #2382)
[termux-packages] / packages / strace / mtd.c.patch
CommitLineData
f6e85769
FF
1diff -u -r ../strace-4.12/mtd.c ./mtd.c
2--- ../strace-4.12/mtd.c 2016-05-28 15:16:32.000000000 -0400
3+++ ./mtd.c 2016-06-09 09:49:02.054555983 -0400
4@@ -32,7 +32,7 @@
59f0d218
FF
5
6 /* The mtd api changes quickly, so we have to keep a local copy */
7 #include <linux/version.h>
8-#if LINUX_VERSION_CODE < KERNEL_VERSION(3, 3, 0)
efdd27bd 9+#if 1
59f0d218
FF
10 # include "mtd-abi.h"
11 #else
12 # include <mtd/mtd-abi.h>