rpms/kernel/F-9 linux-2.6-compile-fixes.patch,1.162,1.163

Chuck Ebbert cebbert at fedoraproject.org
Thu Sep 4 04:35:02 UTC 2008


Author: cebbert

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

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-9/linux-2.6-compile-fixes.patch,v
retrieving revision 1.162
retrieving revision 1.163
diff -u -r1.162 -r1.163
--- linux-2.6-compile-fixes.patch	9 Apr 2008 04:28:26 -0000	1.162
+++ linux-2.6-compile-fixes.patch	4 Sep 2008 04:35:02 -0000	1.163
@@ -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