Date: Sun, 13 Jan 2002 11:16:52 -0800 (PST) From: Gary Jennejohn <gj@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i4b/layer3 i4b_q931.c Message-ID: <200201131916.g0DJGrn67326@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
gj 2002/01/13 11:16:52 PST Modified files: sys/i4b/layer3 i4b_q931.c Log: 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. Revision Changes Path 1.11 +3 -2 src/sys/i4b/layer3/i4b_q931.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201131916.g0DJGrn67326>