rpms/kernel/devel linux-2.6-execshield.patch,1.67,1.68

Chuck Ebbert (cebbert) fedora-extras-commits at redhat.com
Tue Jul 31 20:58:35 UTC 2007


Author: cebbert

Update of /cvs/pkgs/rpms/kernel/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18199

Modified Files:
	linux-2.6-execshield.patch 
Log Message:
compile fix


linux-2.6-execshield.patch:

Index: linux-2.6-execshield.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/linux-2.6-execshield.patch,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- linux-2.6-execshield.patch	31 Jul 2007 20:15:44 -0000	1.67
+++ linux-2.6-execshield.patch	31 Jul 2007 20:58:32 -0000	1.68
@@ -1317,8 +1317,11 @@
  	KERN_SPARC_REBOOT=21,	/* reboot command on Sparc */
 --- linux-2.6.22.noarch/mm/mprotect.c~	2007-07-31 16:12:27.000000000 -0400
 +++ linux-2.6.22.noarch/mm/mprotect.c	2007-07-31 16:14:24.000000000 -0400
-@@ -26,6 +26,9 @@
- #include <asm/pgalloc.h>
+@@ -26,8 +26,12 @@
+ #include <linux/swapops.h>
+ #include <asm/uaccess.h>
+ #include <asm/pgtable.h>
++#include <asm/pgalloc.h>
  #include <asm/cacheflush.h>
  #include <asm/tlbflush.h>
 +#ifdef CONFIG_X86




More information about the fedora-extras-commits mailing list