rpms/kernel/devel linux-2.6-compile-fixes.patch,1.42,1.43

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Jan 6 16:10:16 UTC 2006


Author: dwmw2

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

Modified Files:
	linux-2.6-compile-fixes.patch 
Log Message:
Fix IA64 compilation -- asm-generic/signal.h needs compiler.h

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

Index: linux-2.6-compile-fixes.patch
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/linux-2.6-compile-fixes.patch,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- linux-2.6-compile-fixes.patch	15 Dec 2005 18:57:47 -0000	1.42
+++ linux-2.6-compile-fixes.patch	6 Jan 2006 16:10:12 -0000	1.43
@@ -0,0 +1,10 @@
+--- linux-2.6.15/include/asm-generic/signal.h.orig	2006-01-06 16:05:09.000000000 +0000
++++ linux-2.6.15/include/asm-generic/signal.h	2006-01-06 16:05:19.000000000 +0000
+@@ -9,6 +9,7 @@
+ #endif
+ 
+ #ifndef __ASSEMBLY__
++#include <linux/compiler.h>
+ typedef void __signalfn_t(int);
+ typedef __signalfn_t __user *__sighandler_t;
+ 




More information about the fedora-cvs-commits mailing list