freebsd-dev/sys/i4b
Gary Jennejohn 4c6aff87c8 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.
2002-01-13 19:16:52 +00:00
..
capi Protect mtx_init() invocations with mtx_intialized() checks to avoid a 2001-12-30 09:27:28 +00:00
driver Remove unused includes. 2001-12-31 09:31:30 +00:00
include Add support for the AVM Fritz!Card PCI version 2 controller. 2001-12-22 09:25:55 +00:00
layer1 Fix some places where the macro L0IFPIUNIT was used instead of the correct 2002-01-02 12:55:04 +00:00
layer2 Protect mtx_init() invocations with mtx_intialized() checks to avoid a 2001-12-30 09:27:28 +00:00
layer3 Make call_desc[] extern since it's also defined in layer4/i4b_l4mgmt.c 2002-01-13 19:16:52 +00:00
layer4 Protect mtx_init() invocations with mtx_intialized() checks to avoid a 2001-12-30 09:27:28 +00:00