rpms/kernel/F-8 linux-2.6-compile-fixes.patch,1.159,1.160

Chuck Ebbert cebbert at fedoraproject.org
Thu Sep 4 04:33:52 UTC 2008


Author: cebbert

Update of /cvs/pkgs/rpms/kernel/F-8
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16599

Modified Files:
	linux-2.6-compile-fixes.patch 
Log Message:
fix 2.6.26.4-rc1 build


linux-2.6-compile-fixes.patch:

Index: linux-2.6-compile-fixes.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-8/linux-2.6-compile-fixes.patch,v
retrieving revision 1.159
retrieving revision 1.160
diff -u -r1.159 -r1.160
--- linux-2.6-compile-fixes.patch	19 Dec 2007 00:44:05 -0000	1.159
+++ linux-2.6-compile-fixes.patch	4 Sep 2008 04:33:51 -0000	1.160
@@ -4,3 +4,17 @@
 # Please add the errors from gcc before the diffs to save others having
 # to do a compile to figure out what your diff is fixing. Thanks.
 #
+
+net/ipv6/ip6mr.c:48:23: error: linux/pim.h: no such file or directory
+
+--- linux-2.6.26.noarch.orig/net/ipv6/ip6mr.c
++++ linux-2.6.26.noarch/net/ipv6/ip6mr.c
+@@ -45,7 +45,7 @@
+ #include <net/ipv6.h>
+ #include <net/ip6_route.h>
+ #include <linux/mroute6.h>
+-#include <linux/pim.h>
++#include <linux/mroute.h>
+ #include <net/addrconf.h>
+ #include <linux/netfilter_ipv6.h>
+ 




More information about the fedora-extras-commits mailing list