From owner-cvs-all Wed Dec 19 10:13:50 2001 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 2458F37B405; Wed, 19 Dec 2001 10:13:45 -0800 (PST) Received: (from wpaul@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBJIDiE39040; Wed, 19 Dec 2001 10:13:44 -0800 (PST) (envelope-from wpaul) Message-Id: <200112191813.fBJIDiE39040@freefall.freebsd.org> From: Bill Paul Date: Wed, 19 Dec 2001 10:13:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_dc.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 wpaul 2001/12/19 10:13:44 PST Modified files: sys/pci if_dc.c Log: Fix compiler warning in dc_intr(): if the only code that does a "goto" to a label is inside an #ifdef block, then the label should *also* be inside an #ifdef block. Hide the "done:" label which is only used if DEVICE_POLLING is enabled under #ifdef DEVICE_POLLING. Revision Changes Path 1.66 +3 -0 src/sys/pci/if_dc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message