[Pkg-voip-commits] r5920 - in /zaptel/trunk/debian: changelog patches/florz-vmalloc patches/series

tzafrir-guest at alioth.debian.org tzafrir-guest at alioth.debian.org
Sun Jun 29 19:47:41 UTC 2008


Author: tzafrir-guest
Date: Sun Jun 29 19:47:41 2008
New Revision: 5920

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=5920
Log:
* Patch florz-vmalloc: proper includes for zaphfc on non-x86 platforms.
  Hopfully C-loses: #488513.

Added:
    zaptel/trunk/debian/patches/florz-vmalloc
Modified:
    zaptel/trunk/debian/changelog
    zaptel/trunk/debian/patches/series

Modified: zaptel/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/zaptel/trunk/debian/changelog?rev=5920&op=diff
==============================================================================
--- zaptel/trunk/debian/changelog (original)
+++ zaptel/trunk/debian/changelog Sun Jun 29 19:47:41 2008
@@ -23,6 +23,8 @@
     defined to be 19 as of zaptel 1.4.11 .
   * Patch chan_release_check: fixes a regression from 1.4.10.1 that causes
     a panic if disconnecting an Astribank device with a channel still open.
+  * Patch florz-vmalloc: proper includes for zaphfc on non-x86 platforms.
+    Hopfully C-loses: #488513.
 
   [ Mark Purcell ]
   * Build-Depends: asciidoc (>= 8.2.6-1.1)

Added: zaptel/trunk/debian/patches/florz-vmalloc
URL: http://svn.debian.org/wsvn/pkg-voip/zaptel/trunk/debian/patches/florz-vmalloc?rev=5920&op=file
==============================================================================
--- zaptel/trunk/debian/patches/florz-vmalloc (added)
+++ zaptel/trunk/debian/patches/florz-vmalloc Sun Jun 29 19:47:41 2008
@@ -1,0 +1,13 @@
+Include the missing vmalloc.h header missing from florz's patch.
+Seems to be included implicitly on x86.
+
+--- zaptel-1.4.11~dfsg.orig/kernel/zaphfc/zaphfc.c
++++ zaptel-1.4.11~dfsg/kernel/zaphfc/zaphfc.c
+@@ -22,6 +22,7 @@
+ 
+ #include <linux/kernel.h>
+ #include <linux/module.h>
++#include <linux/vmalloc.h>
+ #include <linux/pci.h>
+ #include <linux/init.h>
+ #include <linux/interrupt.h>

Modified: zaptel/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-voip/zaptel/trunk/debian/patches/series?rev=5920&op=diff
==============================================================================
--- zaptel/trunk/debian/patches/series (original)
+++ zaptel/trunk/debian/patches/series Sun Jun 29 19:47:41 2008
@@ -8,3 +8,4 @@
 zaptel_perl
 #sigcap_dacs
 chan_release_check
+florz-vmalloc




More information about the Pkg-voip-commits mailing list