From owner-cvs-sys Tue Sep 10 12:09:18 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA06932 for cvs-sys-outgoing; Tue, 10 Sep 1996 12:09:18 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA06916; Tue, 10 Sep 1996 12:09:14 -0700 (PDT) Date: Tue, 10 Sep 1996 12:09:14 -0700 (PDT) From: Bruce Evans Message-Id: <199609101909.MAA06916@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa/sound local.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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. 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