From owner-cvs-all Sat May 4 1:22:15 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 06CB137B417; Sat, 4 May 2002 01:22:10 -0700 (PDT) Received: (from asmodai@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g448M9h78975; Sat, 4 May 2002 01:22:09 -0700 (PDT) (envelope-from asmodai) Message-Id: <200205040822.g448M9h78975@freefall.freebsd.org> From: Jeroen Ruigrok van der Werven Date: Sat, 4 May 2002 01:22:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/iir iir.c iir_ctrl.c iir_pci.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 asmodai 2002/05/04 01:22:09 PDT Modified files: (Branch: RELENG_4) sys/dev/iir iir.c iir_ctrl.c iir_pci.c Log: Fix broken sourcefiles by removing #include and adding an #include to . STABLE does not have the former. This gets it compiling on STABLE, but it cannot be kldloaded, since it will try to reference non-existing functions. Revision Changes Path 1.2.2.2 +1 -1 src/sys/dev/iir/iir.c 1.2.2.2 +1 -1 src/sys/dev/iir/iir_ctrl.c 1.3.2.2 +1 -1 src/sys/dev/iir/iir_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message