diff options
author | Alin Năstac <mrness@gentoo.org> | 2005-03-17 06:35:10 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2005-03-17 06:35:10 +0000 |
commit | 251bd507310c431010651eb9876759904bf6d936 (patch) | |
tree | 6a6fca117a1cbd24ba9e69370642a7b39fe2d6cd /net-dialup/hsfmodem/files | |
parent | version bump (diff) | |
download | gentoo-2-251bd507310c431010651eb9876759904bf6d936.tar.gz gentoo-2-251bd507310c431010651eb9876759904bf6d936.tar.bz2 gentoo-2-251bd507310c431010651eb9876759904bf6d936.zip |
remove EXPORT_SYMBOL fix (#84926) because it is unnecessary; Linuxant already fixed this
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-dialup/hsfmodem/files')
-rw-r--r-- | net-dialup/hsfmodem/files/hsfmodem-7.18.00.03-export_symbol.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/net-dialup/hsfmodem/files/hsfmodem-7.18.00.03-export_symbol.patch b/net-dialup/hsfmodem/files/hsfmodem-7.18.00.03-export_symbol.patch deleted file mode 100644 index 65532137617c..000000000000 --- a/net-dialup/hsfmodem/files/hsfmodem-7.18.00.03-export_symbol.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff -Nru hsfmodem-7.18.00.03full.orig/modules/GPL/oscompat.h hsfmodem-7.18.00.03full/modules/GPL/oscompat.h ---- hsfmodem-7.18.00.03full.orig/modules/GPL/oscompat.h 2005-03-03 22:28:08.000000000 +0200 -+++ hsfmodem-7.18.00.03full/modules/GPL/oscompat.h 2005-03-16 22:39:30.512270696 +0200 -@@ -86,6 +86,10 @@ - #undef max - #endif - -+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0) -+#define EXPORT_SYMBOL_NOVERS EXPORT_SYMBOL -+#endif -+ - #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,0) - #include <linux/tqueue.h> - #else |