From owner-cvs-all Sun Jan 13 11:16:58 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0799F37B404; Sun, 13 Jan 2002 11:16:53 -0800 (PST) Received: (from gj@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0DJGrn67326; Sun, 13 Jan 2002 11:16:53 -0800 (PST) (envelope-from gj) Message-Id: <200201131916.g0DJGrn67326@freefall.freebsd.org> From: Gary Jennejohn Date: Sun, 13 Jan 2002 11:16:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i4b/layer3 i4b_q931.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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