diff options
Diffstat (limited to 'net-dialup/itund/files/itund-0.3-capiv3.patch')
-rw-r--r-- | net-dialup/itund/files/itund-0.3-capiv3.patch | 61 |
1 files changed, 0 insertions, 61 deletions
diff --git a/net-dialup/itund/files/itund-0.3-capiv3.patch b/net-dialup/itund/files/itund-0.3-capiv3.patch deleted file mode 100644 index 6ecc148c47e6..000000000000 --- a/net-dialup/itund/files/itund-0.3-capiv3.patch +++ /dev/null @@ -1,61 +0,0 @@ ---- capiconn.c.orig 2005-06-03 08:54:36.000000000 +0200 -+++ capiconn.c 2005-07-29 21:58:08.765758893 +0200 -@@ -919,7 +919,8 @@ - 0, /* BChannelinformation */ - 0, /* Keypadfacility */ - 0, /* Useruserdata */ -- 0 /* Facilitydataarray */ -+ 0, /* Facilitydataarray */ -+ 0 /* SendingComplete */ - ); - plcip->msgid = cmsg.Messagenumber; - send_message(card, &cmsg); -@@ -971,6 +972,7 @@ - 0, - 0, - 0, -+ 0, /* Globalconfiguration */ - 0, /* ConnectedNumber */ - 0, /* ConnectedSubaddress */ - 0, /* LLC */ -@@ -1513,13 +1515,15 @@ - plcip->conninfo.b1config, - plcip->conninfo.b2config, - plcip->conninfo.b3config, -+ 0, /* Globalconfiguration */ - 0, /* BC */ - 0, /* LLC */ - 0, /* HLC */ - plcip->conninfo.bchaninfo, /* BChannelinformation */ - 0, /* Keypadfacility */ - 0, /* Useruserdata */ -- 0 /* Facilitydataarray */ -+ 0, /* Facilitydataarray */ -+ 0 /* SendingComplete */ - ); - - plcip->msgid = cmdcmsg.Messagenumber; -@@ -1571,6 +1575,7 @@ - plcip->conninfo.b1config, - plcip->conninfo.b2config, - plcip->conninfo.b3config, -+ 0, /* Globalconfiguration */ - 0, /* ConnectedNumber */ - 0, /* ConnectedSubaddress */ - 0, /* LLC */ -@@ -1604,6 +1609,7 @@ - 0, - 0, - 0, -+ 0, /* Globalconfiguration */ - 0, /* ConnectedNumber */ - 0, /* ConnectedSubaddress */ - 0, /* LLC */ -@@ -1637,6 +1643,7 @@ - 0, - 0, - 0, -+ 0, /* Globalconfiguration */ - 0, /* ConnectedNumber */ - 0, /* ConnectedSubaddress */ - 0, /* LLC */ |