Date: Sat, 4 May 2002 01:22:09 -0700 (PDT) From: Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/iir iir.c iir_ctrl.c iir_pci.c Message-ID: <200205040822.g448M9h78975@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <sys/endian.h> and adding an #include to <machine/endian.h>. 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205040822.g448M9h78975>