rpms/kernel/devel linux-2.6-compile-fixes.patch,1.100,1.101

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Nov 28 04:24:47 UTC 2006


Author: davej

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

Modified Files:
	linux-2.6-compile-fixes.patch 
Log Message:
s390 buildfix

linux-2.6-compile-fixes.patch:
 linux-2.6.17.noarch/Makefile                      |    4 ----
 linux-2.6.17.noarch/arch/ia64/kernel/ia64_ksyms.c |    1 +
 linux-2.6/include/scsi/libsas.h                   |    1 +
 3 files changed, 2 insertions(+), 4 deletions(-)

Index: linux-2.6-compile-fixes.patch
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/linux-2.6-compile-fixes.patch,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -r1.100 -r1.101
--- linux-2.6-compile-fixes.patch	10 Aug 2006 19:12:10 -0000	1.100
+++ linux-2.6-compile-fixes.patch	28 Nov 2006 04:24:45 -0000	1.101
@@ -23,3 +23,18 @@
  #define __KERNEL_SYSCALLS__
  #include <asm/unistd.h>
 
+
+s390:
+include/scsi/libsas.h:479: error: field 'smp_req' has incomplete type
+include/scsi/libsas.h:480: error: field 'smp_resp' has incomplete type
+
+--- linux-2.6/include/scsi/libsas.h~	2006-11-27 23:23:32.000000000 -0500
++++ linux-2.6/include/scsi/libsas.h	2006-11-27 23:23:39.000000000 -0500
+@@ -35,6 +35,7 @@
+ #include <scsi/scsi_device.h>
+ #include <scsi/scsi_cmnd.h>
+ #include <scsi/scsi_transport_sas.h>
++#include <asm/scatterlist.h>
+ 
+ struct block_device;
+ 




More information about the fedora-cvs-commits mailing list