K 10 svn:author V 2 gj K 8 svn:date V 27 2002-01-13T19:16:52.000000Z K 7 svn:log V 447 Make call_desc[] extern since it's also defined in layer4/i4b_l4mgmt.c which was causing the link of the kernel to fail. Since layer4/i4b_l4mgmt.c is always required by i4b and layer3/i4b_q931.c is only needed when a passive card is present it makes sense to have the declaration in the former file only. No MFC required since the problem only became apparent after a change to the compile options in -current which AFAIK wasn't made in -stable. END