aboutsummaryrefslogtreecommitdiffstats
path: root/unmaintained/flashcache-grsec/kernel-4.2.patch
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-12-01 17:26:53 +0100
committerJakub Jirutka <jakub@jirutka.cz>2017-12-01 17:26:53 +0100
commit3ce3c4fd596debefbad77328a9b62a39eccf753c (patch)
tree8ea8842d946335dbd124e71336a11b928481c544 /unmaintained/flashcache-grsec/kernel-4.2.patch
parent62b8ba5f8fe6d62d56b2d078b4f12f72830ee4af (diff)
downloadaports-3ce3c4fd596debefbad77328a9b62a39eccf753c.tar.bz2
aports-3ce3c4fd596debefbad77328a9b62a39eccf753c.tar.xz
unmaintained/*: purge aports not touched since v3.5.0
We agreed with ncopa on #alpine-devel (2017-12-01 16:20 UTC) to periodically purge aports in unmaintained that haven't been touched in last 1 year (2 releases).
Diffstat (limited to 'unmaintained/flashcache-grsec/kernel-4.2.patch')
-rw-r--r--unmaintained/flashcache-grsec/kernel-4.2.patch36
1 files changed, 0 insertions, 36 deletions
diff --git a/unmaintained/flashcache-grsec/kernel-4.2.patch b/unmaintained/flashcache-grsec/kernel-4.2.patch
deleted file mode 100644
index 7f2b5c6e01..0000000000
--- a/unmaintained/flashcache-grsec/kernel-4.2.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From 0feecf4de9d94cd903a7db373b8cd5cb0eef1987 Mon Sep 17 00:00:00 2001
-From: Vinson Lee <vlee@twitter.com>
-Date: Wed, 1 Jul 2015 14:12:47 -0700
-Subject: [PATCH] Fix Linux 4.2 compilation errors.
-
-Signed-off-by: Vinson Lee <vlee@twitter.com>
----
- src/flashcache_conf.c | 1 +
- src/flashcache_kcopy.c | 1 +
- src/flashcache_subr.c | 1 +
- 3 files changed, 3 insertions(+)
-
-diff --git a/src/flashcache_conf.c b/src/flashcache_conf.c
-index 43f4387..0ca05f7 100644
---- a/src/flashcache_conf.c
-+++ b/src/flashcache_conf.c
-@@ -41,6 +41,7 @@
- #include <linux/delay.h>
- #include <linux/proc_fs.h>
- #include <linux/seq_file.h>
-+#include <linux/vmalloc.h>
-
- #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,26)
- #include "dm.h"
-diff --git a/src/flashcache_subr.c b/src/flashcache_subr.c
-index 8d0bae5..ef931d4 100644
---- a/src/flashcache_subr.c
-+++ b/src/flashcache_subr.c
-@@ -41,6 +41,7 @@
- #include <linux/time.h>
- #include <asm/kmap_types.h>
- #include <linux/jhash.h>
-+#include <linux/vmalloc.h>
-
- #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,26)
- #include "dm.h"