Bug#493397: patch for vzaphfc_main.c

2008-08-29 Thread Carlos Martin Ugalde
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

Bug#493397: Patch to compile zaptel-source against 2.6.26

2008-08-29 Thread Carlos Martin Ugalde
Hope this will help you. With this patch zaptel-source compiles cleanly against 2.6.22 kernels --- kernel/zaptel-base.c2008-08-29 10:42:45.0 + +++ kernel/zaptel-base.c2008-08-29 10:43:10.0 + @@ -164,12 +164,29 @@ /* udev necessary data structures. Yeah! */

Bug#386084: [PATCH] Re: blam: Fails to start with an exception

2006-09-17 Thread Carlos Martin
Package: blam Followup-For: Bug #386084 -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, With this patch (basically taken from Ubuntu), blam should start. There are binary versions at http://www.cmartin.tk/blam/ if you don't want to compile it yourself and feel you can trust me ;) This is b