[Pkg-voip-commits] r4838 - /asterisk/trunk/debian/patches/bristuff/zapata-bri+euroisdn

tzafrir-guest at alioth.debian.org tzafrir-guest at alioth.debian.org
Mon Nov 19 08:56:19 UTC 2007


Author: tzafrir-guest
Date: Mon Nov 19 08:56:19 2007
New Revision: 4838

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=4838
Log:
Remove a field that is never used.

Modified:
    asterisk/trunk/debian/patches/bristuff/zapata-bri+euroisdn

Modified: asterisk/trunk/debian/patches/bristuff/zapata-bri+euroisdn
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/trunk/debian/patches/bristuff/zapata-bri%2Beuroisdn?rev=4838&op=diff
==============================================================================
--- asterisk/trunk/debian/patches/bristuff/zapata-bri+euroisdn (original)
+++ asterisk/trunk/debian/patches/bristuff/zapata-bri+euroisdn Mon Nov 19 08:56:19 2007
@@ -1,11 +1,10 @@
 --- asterisk-1.4.10.1~dfsg.orig/include/asterisk/channel.h
 +++ asterisk-1.4.10.1~dfsg/include/asterisk/channel.h
-@@ -413,6 +413,8 @@ struct ast_channel {
+@@ -413,6 +413,7 @@ struct ast_channel {
  	unsigned int flags;				/*!< channel flags of AST_FLAG_ type */
  	unsigned short transfercapability;		/*!< ISDN Transfer Capbility - AST_FLAG_DIGITAL is not enough */
  	AST_LIST_HEAD_NOLOCK(, ast_frame) readq;
 +	char lowlayercompat[16];			/*!< ISDN Low Layer Compatibility */
-+	char highlayercompat[4];			/*!< ISDN High Layer Compatibility */
  	int alertpipe[2];
  
  	int nativeformats;				/*!< Kinds of data this channel can natively handle */




More information about the Pkg-voip-commits mailing list