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

Chuck Ebbert cebbert at fedoraproject.org
Wed Sep 10 15:11:05 UTC 2008


Author: cebbert

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

Modified Files:
	linux-2.6-compile-fixes.patch 
Log Message:
fixed in 2.6.26.5

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.163
retrieving revision 1.164
diff -u -r1.163 -r1.164
--- linux-2.6-compile-fixes.patch	4 Sep 2008 04:35:02 -0000	1.163
+++ linux-2.6-compile-fixes.patch	10 Sep 2008 15:11:05 -0000	1.164
@@ -4,17 +4,3 @@
 # 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