rpms/kernel/devel linux-2.6.11-compile-fixes.patch,1.15,1.16

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Apr 21 04:37:54 UTC 2005


Update of /cvs/dist/rpms/kernel/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv12696

Modified Files:
	linux-2.6.11-compile-fixes.patch 
Log Message:
build fix


linux-2.6.11-compile-fixes.patch:
 linux-10002/include/linux/init.h          |    4 ----
 linux-2.6.11/drivers/usb/image/microtek.c |    2 +-
 2 files changed, 1 insertion(+), 5 deletions(-)

Index: linux-2.6.11-compile-fixes.patch
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/linux-2.6.11-compile-fixes.patch,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- linux-2.6.11-compile-fixes.patch	6 Apr 2005 20:44:18 -0000	1.15
+++ linux-2.6.11-compile-fixes.patch	21 Apr 2005 04:37:51 -0000	1.16
@@ -13,3 +13,14 @@
  
  /* For assembly routines */
  #define __INIT		.section	".init.text","ax"
+--- linux-2.6.11/drivers/usb/image/microtek.c~	2005-04-21 00:37:21.000000000 -0400
++++ linux-2.6.11/drivers/usb/image/microtek.c	2005-04-21 00:37:36.000000000 -0400
+@@ -335,7 +335,7 @@ static int mts_scsi_abort (Scsi_Cmnd *sr
+ 
+ 	mts_urb_abort(desc);
+ 
+-	return FAILURE;
++	return FAILED;
+ }
+ 
+ static int mts_scsi_host_reset (Scsi_Cmnd *srb)




More information about the fedora-cvs-commits mailing list