rpms/kernel/devel linux-2.6-compile-fixes.patch,1.193,1.194

Dave Jones davej at fedoraproject.org
Fri Jul 10 01:56:09 UTC 2009


Author: davej

Update of /cvs/pkgs/rpms/kernel/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2840

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

linux-2.6-compile-fixes.patch:

Index: linux-2.6-compile-fixes.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/linux-2.6-compile-fixes.patch,v
retrieving revision 1.193
retrieving revision 1.194
diff -u -p -r1.193 -r1.194
--- linux-2.6-compile-fixes.patch	11 Feb 2009 14:55:24 -0000	1.193
+++ linux-2.6-compile-fixes.patch	10 Jul 2009 01:56:09 -0000	1.194
@@ -4,3 +4,14 @@
 # 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.
 #
+--- linux-2.6.30.noarch/drivers/net/bmac.c~	2009-07-09 21:51:36.000000000 -0400
++++ linux-2.6.30.noarch/drivers/net/bmac.c	2009-07-09 21:51:47.000000000 -0400
+@@ -431,7 +431,7 @@ bmac_init_phy(struct net_device *dev)
+ 			printk(KERN_DEBUG);
+ 		printk(KERN_CONT " %.4x", bmac_mif_read(dev, addr));
+ 	}
+-	print(KERN_CONT "\n");
++	printk(KERN_CONT "\n");
+ 
+ 	if (bp->is_bmac_plus) {
+ 		unsigned int capable, ctrl;




More information about the fedora-extras-commits mailing list