From owner-cvs-all Wed Dec 19 0:17:28 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 4440C37B416; Wed, 19 Dec 2001 00:17:25 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBJ8HPB86284; Wed, 19 Dec 2001 00:17:25 -0800 (PST) (envelope-from peter) Message-Id: <200112190817.fBJ8HPB86284@freefall.freebsd.org> From: Peter Wemm Date: Wed, 19 Dec 2001 00:17:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/fxp if_fxp.c X-FreeBSD-CVS-Branch: RELENG_4 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 peter 2001/12/19 00:17:25 PST Modified files: (Branch: RELENG_4) sys/dev/fxp if_fxp.c Log: You cannot declare a function __inline *after* you have called it! ../../dev/fxp/if_fxp.c: In function `fxp_intr': ../../dev/fxp/if_fxp.c:174: warning: can't inline call to `fxp_intr_body' ../../dev/fxp/if_fxp.c:1183: warning: called from here This is a left-over DEVICE_POLLING change. Revision Changes Path 1.110.2.14 +2 -11 src/sys/dev/fxp/if_fxp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message