summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-dialup/hsfmodem/files')
-rw-r--r--net-dialup/hsfmodem/files/hsfmodem-7.18.00.03-export_symbol.patch14
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