aboutsummaryrefslogtreecommitdiffstats
path: root/testing/spl-grsec/pagesize.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/spl-grsec/pagesize.patch')
-rw-r--r--testing/spl-grsec/pagesize.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/testing/spl-grsec/pagesize.patch b/testing/spl-grsec/pagesize.patch
deleted file mode 100644
index 825ec31f40..0000000000
--- a/testing/spl-grsec/pagesize.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff -urw src/spl-master/include/sys/sysmacros.h spl-master/include/sys/sysmacros.h
---- src/spl-master/include/sys/sysmacros.h 2014-06-06 17:04:01.416666671 +0000
-+++ spl-master/include/sys/sysmacros.h 2014-06-06 17:02:23.586666828 +0000
-@@ -104,7 +104,9 @@
-
- /* Missing macros
- */
-+#ifndef PAGESIZE
- #define PAGESIZE PAGE_SIZE
-+#endif
-
- /* from Solaris sys/byteorder.h */
- #define BSWAP_8(x) ((x) & 0xff)