rpms/kernel/FC-4 kernel-2.6.spec, 1.1608, 1.1609 linux-2.6-compile-fixes.patch, 1.7, 1.8

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Mar 2 04:06:53 UTC 2006


Author: davej

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

Modified Files:
	kernel-2.6.spec linux-2.6-compile-fixes.patch 
Log Message:
build fix



Index: kernel-2.6.spec
===================================================================
RCS file: /cvs/dist/rpms/kernel/FC-4/kernel-2.6.spec,v
retrieving revision 1.1608
retrieving revision 1.1609
diff -u -r1.1608 -r1.1609
--- kernel-2.6.spec	1 Mar 2006 23:45:56 -0000	1.1608
+++ kernel-2.6.spec	2 Mar 2006 04:06:36 -0000	1.1609
@@ -846,7 +846,7 @@
 #
 # misc small stuff to make things compile or otherwise improve performance
 #
-#%patch10004 -p1
+%patch10004 -p1
 
 
 # END OF PATCH APPLICATIONS

linux-2.6-compile-fixes.patch:
 types.h |    1 +
 1 files changed, 1 insertion(+)

Index: linux-2.6-compile-fixes.patch
===================================================================
RCS file: /cvs/dist/rpms/kernel/FC-4/linux-2.6-compile-fixes.patch,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- linux-2.6-compile-fixes.patch	6 Jan 2006 05:42:17 -0000	1.7
+++ linux-2.6-compile-fixes.patch	2 Mar 2006 04:06:50 -0000	1.8
@@ -0,0 +1,10 @@
+--- linux-2.6.15/include/linux/types.h~	2006-03-01 23:05:24.000000000 -0500
++++ linux-2.6.15/include/linux/types.h	2006-03-01 23:05:57.000000000 -0500
+@@ -8,6 +8,7 @@
+ 	(((bits)+BITS_PER_LONG-1)/BITS_PER_LONG)
+ #define DECLARE_BITMAP(name,bits) \
+ 	unsigned long name[BITS_TO_LONGS(bits)]
++#define BITS_PER_BYTE 8
+ #endif
+ 
+ #include <linux/posix_types.h>




More information about the fedora-cvs-commits mailing list