diff options
| author | Natanael Copa <ncopa@alpinelinux.org> | 2013-08-26 15:22:19 +0200 |
|---|---|---|
| committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-08-26 15:33:05 +0200 |
| commit | 61b1e2e368f649604e720dba079e0b33520d0ec6 (patch) | |
| tree | 6af590112f4ab60453272bda1e493f3d45e7e48e /testing/spl-grsec/constify.patch | |
| parent | 58d7aed4d256103541de59788bb46b65523ba260 (diff) | |
| download | aports-61b1e2e368f649604e720dba079e0b33520d0ec6.tar.bz2 aports-61b1e2e368f649604e720dba079e0b33520d0ec6.tar.xz | |
testing/spl-grsec: rebuild against kernel 3.10.9-r0
Diffstat (limited to 'testing/spl-grsec/constify.patch')
| -rw-r--r-- | testing/spl-grsec/constify.patch | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/testing/spl-grsec/constify.patch b/testing/spl-grsec/constify.patch deleted file mode 100644 index 92d0bf5683..0000000000 --- a/testing/spl-grsec/constify.patch +++ /dev/null @@ -1,49 +0,0 @@ -diff --git a/module/spl/spl-proc.c b/module/spl/spl-proc.c -index cd4fa1b..1ba7d2f 100644 ---- a/module/spl/spl-proc.c -+++ b/module/spl/spl-proc.c -@@ -323,7 +323,7 @@ SPL_PROC_HANDLER(proc_force_bug) - SPL_PROC_HANDLER(proc_console_max_delay_cs) - { - int rc, max_delay_cs; -- struct ctl_table dummy = *table; -+ ctl_table_no_const dummy = *table; - long d; - SENTRY; - -@@ -355,7 +355,7 @@ SPL_PROC_HANDLER(proc_console_max_delay_cs) - SPL_PROC_HANDLER(proc_console_min_delay_cs) - { - int rc, min_delay_cs; -- struct ctl_table dummy = *table; -+ ctl_table_no_const dummy = *table; - long d; - SENTRY; - -@@ -387,7 +387,7 @@ SPL_PROC_HANDLER(proc_console_min_delay_cs) - SPL_PROC_HANDLER(proc_console_backoff) - { - int rc, backoff; -- struct ctl_table dummy = *table; -+ ctl_table_no_const dummy = *table; - SENTRY; - - dummy.data = &backoff; -@@ -417,7 +417,7 @@ SPL_PROC_HANDLER(proc_domemused) - { - int rc = 0; - unsigned long min = 0, max = ~0, val; -- struct ctl_table dummy = *table; -+ ctl_table_no_const dummy = *table; - SENTRY; - - dummy.data = &val; -@@ -444,7 +444,7 @@ SPL_PROC_HANDLER(proc_doslab) - { - int rc = 0; - unsigned long min = 0, max = ~0, val = 0, mask; -- struct ctl_table dummy = *table; -+ ctl_table_no_const dummy = *table; - spl_kmem_cache_t *skc; - SENTRY; - |
