diff options
author | William Pitcock <nenolod@dereferenced.org> | 2017-04-27 04:57:01 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2017-04-27 05:46:22 +0000 |
commit | 621380ffefe7bf0ed9eac9e730b8f36ed4cd0167 (patch) | |
tree | e43f5fd6cf83f8493462e7e6ad67d3ed728db134 /main/dahdi-linux-hardened/linux-3.13.patch | |
parent | 8771699b5999395fca175dbf93c0e99679a2509c (diff) | |
download | aports-621380ffefe7bf0ed9eac9e730b8f36ed4cd0167.tar.bz2 aports-621380ffefe7bf0ed9eac9e730b8f36ed4cd0167.tar.xz |
main/dadhi-linux-hardened: rename from dadhi-linux-grsec, provide dadhi-linux-grsec
Diffstat (limited to 'main/dahdi-linux-hardened/linux-3.13.patch')
-rw-r--r-- | main/dahdi-linux-hardened/linux-3.13.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/main/dahdi-linux-hardened/linux-3.13.patch b/main/dahdi-linux-hardened/linux-3.13.patch new file mode 100644 index 0000000000..220568995f --- /dev/null +++ b/main/dahdi-linux-hardened/linux-3.13.patch @@ -0,0 +1,12 @@ +diff --git a/drivers/dahdi/zaphfc.c b/drivers/dahdi/zaphfc.c +index 0402b90..eb56f88 100644 +--- a/drivers/dahdi/zaphfc.c ++++ b/drivers/dahdi/zaphfc.c +@@ -26,6 +26,7 @@ + #include <linux/init.h> + #include <linux/interrupt.h> + #include <linux/delay.h> ++#include <linux/sched.h> + #include <dahdi/kernel.h> + #include "zaphfc.h" + |