--- zzzz-none-000/linux-2.6.13.1/drivers/isdn/capi/capidrv.c 2005-09-10 02:42:58.000000000 +0000 +++ ohio-7170-487/linux-2.6.13.1/drivers/isdn/capi/capidrv.c 2006-02-09 14:34:47.000000000 +0000 @@ -955,7 +955,8 @@ NULL,/* BChannelinformation */ NULL,/* Keypadfacility */ NULL,/* Useruserdata */ - NULL /* Facilitydataarray */ + NULL,/* Facilitydataarray */ + NULL /* SendingComplete */ ); plcip->msgid = cmsg->Messagenumber; send_message(card, cmsg); @@ -1634,6 +1635,7 @@ b1config(bchan->l2, bchan->l3), /* B1configuration */ NULL, /* B2configuration */ NULL, /* B3configuration */ + NULL, /* GlobalConfiguration */ NULL, /* BC */ NULL, /* LLC */ NULL, /* HLC */ @@ -1641,7 +1643,8 @@ isleasedline ? AdditionalInfo : NULL, NULL, /* Keypadfacility */ NULL, /* Useruserdata */ - NULL /* Facilitydataarray */ + NULL, /* Facilitydataarray */ + NULL /* SendingComplete */ ); if ((plcip = new_plci(card, (c->arg % card->nbchan))) == 0) { cmd.command = ISDN_STAT_DHUP; @@ -1676,13 +1679,14 @@ b1config(bchan->l2, bchan->l3), /* B1configuration */ NULL, /* B2configuration */ NULL, /* B3configuration */ + NULL, /* GlobalConfiguration */ NULL, /* ConnectedNumber */ NULL, /* ConnectedSubaddress */ NULL, /* LLC */ NULL, /* BChannelinformation */ NULL, /* Keypadfacility */ NULL, /* Useruserdata */ - NULL /* Facilitydataarray */ + NULL /* Facilitydataarray */ ); capi_cmsg2message(&cmdcmsg, cmdcmsg.buf); plci_change_state(card, bchan->plcip, EV_PLCI_CONNECT_RESP);