On Fri, Aug 29, 2008 at 02:25:09PM +0200, Bastian Blank wrote:
> On Fri, Aug 29, 2008 at 01:37:44PM +0200, Carlos Martin Ugalde wrote:
> > This patch is also needed to compile zaptel-source against 2.6.26
>
> Did you actually load it? This symbol is not exported and therefor not
> usable in module
On Fri, Aug 29, 2008 at 01:37:44PM +0200, Carlos Martin Ugalde wrote:
> This patch is also needed to compile zaptel-source against 2.6.26
Did you actually load it? This symbol is not exported and therefor not
usable in modules, it needs to be replaced by NULL.
Bastian
--
Each kiss is as the fir
This patch is also needed to compile zaptel-source against 2.6.26
--- vzaphfc_main.orig.c 2008-06-30 10:25:09.0 +
+++ vzaphfc_main.c 2008-08-29 11:33:06.0 +
@@ -46,6 +46,11 @@
#define B1 1
#define B2 2
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,26)
+struct proc_d
3 matches
Mail list logo