diff options
author | 2005-01-18 12:04:42 +0000 | |
---|---|---|
committer | 2005-01-18 12:04:42 +0000 | |
commit | 8cdbf9caaa2b7cd09f4c6bc22380ba52f1a8d7d1 (patch) | |
tree | 9b5581f1b82e3d04f84aeacf6c7520e3f0201316 /app-emulation/mol/files/mol-module-fix.patch | |
parent | Bug 55156; ebuild provided by Jordi Vilalta <jvprat@wanadoo.es>; (diff) | |
download | gentoo-2-8cdbf9caaa2b7cd09f4c6bc22380ba52f1a8d7d1.tar.gz gentoo-2-8cdbf9caaa2b7cd09f4c6bc22380ba52f1a8d7d1.tar.bz2 gentoo-2-8cdbf9caaa2b7cd09f4c6bc22380ba52f1a8d7d1.zip |
Several changes. See ChangeLog for details.
Diffstat (limited to 'app-emulation/mol/files/mol-module-fix.patch')
-rw-r--r-- | app-emulation/mol/files/mol-module-fix.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app-emulation/mol/files/mol-module-fix.patch b/app-emulation/mol/files/mol-module-fix.patch new file mode 100644 index 000000000000..7fd7467be9ae --- /dev/null +++ b/app-emulation/mol/files/mol-module-fix.patch @@ -0,0 +1,12 @@ +--- src/kmod/Linux/alloc.h.orig 2004-03-21 16:20:39.000000000 -0600 ++++ src/kmod/Linux/alloc.h 2005-01-16 15:23:17.583148592 -0600 +@@ -24,6 +24,9 @@ + + #ifdef LINUX_26 + #include <asm/cacheflush.h> ++#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,10) ++#include <asm/io.h> ++#endif + #endif + + #define spin_lock_mol(x) spin_lock(x) |