[Pkg-voip-commits] r1460 - in openh323/trunk/debian: . patches

Kilian Krause kilian at costa.debian.org
Thu Mar 16 22:59:37 UTC 2006


Author: kilian
Date: 2006-03-16 22:59:35 +0000 (Thu, 16 Mar 2006)
New Revision: 1460

Modified:
   openh323/trunk/debian/changelog
   openh323/trunk/debian/patches/ixjuser.h.dpatch
Log:
try to use the Ubuntu dapper version of ixjuser.h to fix building there.


Modified: openh323/trunk/debian/changelog
===================================================================
--- openh323/trunk/debian/changelog	2006-03-16 22:33:23 UTC (rev 1459)
+++ openh323/trunk/debian/changelog	2006-03-16 22:59:35 UTC (rev 1460)
@@ -1,8 +1,9 @@
 openh323 (1.18.0-2) UNRELEASED; urgency=low
 
   * NOT RELEASED YET
+  * debian/patches/ixjuser.h: Fix building on Ubuntu.
 
- -- Kilian Krause <kilian at debian.org>  Tue, 14 Mar 2006 01:04:42 +0000
+ -- Kilian Krause <kilian at debian.org>  Thu, 16 Mar 2006 23:59:11 +0100
 
 openh323 (1.18.0-1) unstable; urgency=low
 

Modified: openh323/trunk/debian/patches/ixjuser.h.dpatch
===================================================================
--- openh323/trunk/debian/patches/ixjuser.h.dpatch	2006-03-16 22:33:23 UTC (rev 1459)
+++ openh323/trunk/debian/patches/ixjuser.h.dpatch	2006-03-16 22:59:35 UTC (rev 1460)
@@ -360,7 +360,7 @@
 +typedef struct {
 +	int elements_used;
 +	IXJ_CADENCE_TERM termination;
-+	IXJ_CADENCE_ELEMENT __user *ce;
++	IXJ_CADENCE_ELEMENT *ce;
 +} IXJ_CADENCE;
 +
 +#define IXJCTL_TONE_CADENCE		_IOW ('q', 0xCA, IXJ_CADENCE *)




More information about the Pkg-voip-commits mailing list