summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-10-06 13:15:07 +0000
committerMike Frysinger <vapier@gentoo.org>2007-10-06 13:15:07 +0000
commitf89466bb2909ef2efe0cd4775c9302a986e0064b (patch)
treecfd524950052d81933716567c83b24d6f3801e0d /dev-libs/linux-fusion/files
parentalpha stable wrt #189143, thanks to Tobias Klausmann for testing (diff)
downloadgentoo-2-f89466bb2909ef2efe0cd4775c9302a986e0064b.tar.gz
gentoo-2-f89466bb2909ef2efe0cd4775c9302a986e0064b.tar.bz2
gentoo-2-f89466bb2909ef2efe0cd4775c9302a986e0064b.zip
old
Diffstat (limited to 'dev-libs/linux-fusion/files')
-rw-r--r--dev-libs/linux-fusion/files/digest-linux-fusion-3.2-r13
-rw-r--r--dev-libs/linux-fusion/files/linux-fusion-3.2-newer-kernel.patch155
2 files changed, 0 insertions, 158 deletions
diff --git a/dev-libs/linux-fusion/files/digest-linux-fusion-3.2-r1 b/dev-libs/linux-fusion/files/digest-linux-fusion-3.2-r1
deleted file mode 100644
index 60313659ee73..000000000000
--- a/dev-libs/linux-fusion/files/digest-linux-fusion-3.2-r1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 d1e154a8c1b1e7ec93635521be5d250b linux-fusion-3.2.tar.gz 121884
-RMD160 8aa7bac228a6b6edd6e60441bdb6fa55f3e63ac2 linux-fusion-3.2.tar.gz 121884
-SHA256 6a54cc21cf53be919ea9274a4a7703c3d6b7dc56354c9ff02d54d0a411fce993 linux-fusion-3.2.tar.gz 121884
diff --git a/dev-libs/linux-fusion/files/linux-fusion-3.2-newer-kernel.patch b/dev-libs/linux-fusion/files/linux-fusion-3.2-newer-kernel.patch
deleted file mode 100644
index d3a64b26df1d..000000000000
--- a/dev-libs/linux-fusion/files/linux-fusion-3.2-newer-kernel.patch
+++ /dev/null
@@ -1,155 +0,0 @@
-Fixes ripped from upstream cvs
-
-http://bugs.gentoo.org/163740
-
---- linux-fusion-3.2/linux/drivers/char/fusion/call.c
-+++ linux-fusion-3.2/linux/drivers/char/fusion/call.c
-@@ -12,7 +12,9 @@
- * 2 of the License, or (at your option) any later version.
- */
-
-+#ifdef HAVE_LINUX_CONFIG_H
- #include <linux/config.h>
-+#endif
- #include <linux/types.h>
- #include <linux/kernel.h>
- #include <linux/slab.h>
---- linux-fusion-3.2/linux/drivers/char/fusion/entries.c
-+++ linux-fusion-3.2/linux/drivers/char/fusion/entries.c
-@@ -12,7 +12,9 @@
- * 2 of the License, or (at your option) any later version.
- */
-
-+#ifdef HAVE_LINUX_CONFIG_H
- #include <linux/config.h>
-+#endif
- #include <linux/types.h>
- #include <linux/kernel.h>
- #include <linux/slab.h>
---- linux-fusion-3.2/linux/drivers/char/fusion/fusiondev.c
-+++ linux-fusion-3.2/linux/drivers/char/fusion/fusiondev.c
-@@ -14,7 +14,9 @@
-
- #include <linux/version.h>
- #include <linux/module.h>
-+#ifdef HAVE_LINUX_CONFIG_H
- #include <linux/config.h>
-+#endif
- #include <linux/types.h>
- #include <linux/kernel.h>
- #include <linux/fs.h>
-@@ -22,6 +24,11 @@
- #if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 18)
- #include <linux/devfs_fs_kernel.h>
- #endif
-+#if LINUX_VERSION_CODE > KERNEL_VERSION(2, 6, 19)
-+#include <linux/page-flags.h>
-+#include <linux/mm.h>
-+#endif
-+
- #include <linux/proc_fs.h>
- #include <linux/poll.h>
- #include <linux/init.h>
---- linux-fusion-3.2/linux/drivers/char/fusion/fusionee.c
-+++ linux-fusion-3.2/linux/drivers/char/fusion/fusionee.c
-@@ -12,7 +12,9 @@
- * 2 of the License, or (at your option) any later version.
- */
-
-+#ifdef HAVE_LINUX_CONFIG_H
- #include <linux/config.h>
-+#endif
- #include <linux/types.h>
- #include <linux/kernel.h>
- #include <linux/slab.h>
---- linux-fusion-3.2/linux/drivers/char/fusion/property.c
-+++ linux-fusion-3.2/linux/drivers/char/fusion/property.c
-@@ -12,7 +12,9 @@
- * 2 of the License, or (at your option) any later version.
- */
-
-+#ifdef HAVE_LINUX_CONFIG_H
- #include <linux/config.h>
-+#endif
- #include <linux/types.h>
- #include <linux/kernel.h>
- #include <linux/slab.h>
---- linux-fusion-3.2/linux/drivers/char/fusion/reactor.c
-+++ linux-fusion-3.2/linux/drivers/char/fusion/reactor.c
-@@ -12,7 +12,9 @@
- * 2 of the License, or (at your option) any later version.
- */
-
-+#ifdef HAVE_LINUX_CONFIG_H
- #include <linux/config.h>
-+#endif
- #include <linux/types.h>
- #include <linux/kernel.h>
- #include <linux/slab.h>
---- linux-fusion-3.2/linux/drivers/char/fusion/ref.c
-+++ linux-fusion-3.2/linux/drivers/char/fusion/ref.c
-@@ -12,7 +12,9 @@
- * 2 of the License, or (at your option) any later version.
- */
-
-+#ifdef HAVE_LINUX_CONFIG_H
- #include <linux/config.h>
-+#endif
- #include <linux/types.h>
- #include <linux/kernel.h>
- #include <linux/slab.h>
---- linux-fusion-3.2/linux/drivers/char/fusion/shmpool.c
-+++ linux-fusion-3.2/linux/drivers/char/fusion/shmpool.c
-@@ -12,7 +12,9 @@
- * 2 of the License, or (at your option) any later version.
- */
-
-+#ifdef HAVE_LINUX_CONFIG_H
- #include <linux/config.h>
-+#endif
- #include <linux/types.h>
- #include <linux/kernel.h>
- #include <linux/slab.h>
---- linux-fusion-3.2/linux/drivers/char/fusion/skirmish.c
-+++ linux-fusion-3.2/linux/drivers/char/fusion/skirmish.c
-@@ -12,7 +12,9 @@
- * 2 of the License, or (at your option) any later version.
- */
-
-+#ifdef HAVE_LINUX_CONFIG_H
- #include <linux/config.h>
-+#endif
- #include <linux/types.h>
- #include <linux/kernel.h>
- #include <linux/slab.h>
---- linux-fusion-3.2/linux/drivers/char/fusion/types.h
-+++ linux-fusion-3.2/linux/drivers/char/fusion/types.h
-@@ -15,9 +15,15 @@
- #ifndef __FUSION__TYPES_H__
- #define __FUSION__TYPES_H__
-
-+#include <linux/version.h>
-+
-+#if LINUX_VERSION_CODE <= KERNEL_VERSION(2, 6, 18)
- typedef enum {
- false = 0,
- true = !false
- } bool;
-+#endif
-+
-+
-
- #endif
---- linux-fusion-3.2/Makefile
-+++ linux-fusion-3.2/Makefile
-@@ -17,6 +17,10 @@
- AUTOCONF_H = -include $(KERNEL_BUILD)/include/linux/autoconf.h
- endif
-
-+ifeq ($(shell test -e $(KERNEL_BUILD)/include/linux/config.h && echo yes),yes)
-+ CPPFLAGS += -DHAVE_LINUX_CONFIG_H
-+endif
-+
- .PHONY: all install clean
-
- all: