Date: Tue, 10 Sep 1996 12:09:14 -0700 (PDT) From: Bruce Evans <bde> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa/sound local.h Message-ID: <199609101909.MAA06916@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 96/09/10 12:09:13 Modified: sys/i386/isa/sound local.h Log: Backed out last change. It depends on the future change of adding -I- to CFLAGS. <sb.h> must currently be used to give the version of sb.h in the current directory, while "sb.h" in the buggy version gave the (wrong) version in the source directory. Searching in the source directory first is normal, but is the reverse of the order suggested by the 4.4Lite2 #include style. -I- will remove the ambiguities. Revision Changes Path 1.21 +2 -2 src/sys/i386/isa/sound/local.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199609101909.MAA06916>