diff options
author | Kyle McMartin <kyle@mcmartin.ca> | 2010-11-02 13:06:42 -0400 |
---|---|---|
committer | Kyle McMartin <kyle@mcmartin.ca> | 2010-11-02 13:06:42 -0400 |
commit | 7b2f649ec2da6640878c15298f5d3f8451dd8125 (patch) | |
tree | b26440ffa8853847fa0625f932673c7ff2554f2c /linux-2.6-32bit-mmap-exec-randomization.patch | |
parent | 3daa57b3d93c5d0a795e3446850c83483df37f2e (diff) | |
download | kernel-7b2f649ec2da6640878c15298f5d3f8451dd8125.tar.gz kernel-7b2f649ec2da6640878c15298f5d3f8451dd8125.tar.xz kernel-7b2f649ec2da6640878c15298f5d3f8451dd8125.zip |
Linux 2.6.37-rc1
Diffstat (limited to 'linux-2.6-32bit-mmap-exec-randomization.patch')
-rw-r--r-- | linux-2.6-32bit-mmap-exec-randomization.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-2.6-32bit-mmap-exec-randomization.patch b/linux-2.6-32bit-mmap-exec-randomization.patch index fe91e0abf..d42638c27 100644 --- a/linux-2.6-32bit-mmap-exec-randomization.patch +++ b/linux-2.6-32bit-mmap-exec-randomization.patch @@ -14,9 +14,9 @@ --- b/mm/mmap.c +++ b/mm/mmap.c @@ -28,6 +28,7 @@ - #include <linux/rmap.h> #include <linux/mmu_notifier.h> #include <linux/perf_event.h> + #include <linux/audit.h> +#include <linux/random.h> #include <asm/uaccess.h> |