moved into main for pisi 2.0

This commit is contained in:
2015-07-04 15:10:56 +03:00
parent a421b3e735
commit 44aa282132
76 changed files with 10675 additions and 0 deletions
@@ -0,0 +1,11 @@
--- linux-atm/src/maint/atmtcp.c~ 2007-08-22 14:59:21.000000000 +0100
+++ linux-atm/src/maint/atmtcp.c 2007-08-22 18:27:24.000000000 +0100
@@ -109,7 +109,7 @@ static void control(int in_link,struct a
switch (msg->type) {
case ATMTCP_CTRL_OPEN:
if (out->ops->open)
- changed += out->ops->open(out,in_link,msg);
+ changed += (out->ops->open)(out,in_link,msg);
break;
case ATMTCP_CTRL_CLOSE:
if (out->ops->close)