From owner-cvs-all Sat May 27 14:46: 7 2000 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 4FC7C37B784; Sat, 27 May 2000 14:45:57 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id PAA29490; Sat, 27 May 2000 15:45:55 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id PAA00796; Sat, 27 May 2000 15:45:45 -0600 (MDT) Message-Id: <200005272145.PAA00796@harmony.village.org> To: "David E. O'Brien" Subject: Re: cvs commit: src/sys/dev/aic7xxx Makefile Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Sat, 27 May 2000 14:35:48 PDT." <200005272135.OAA31512@freefall.freebsd.org> References: <200005272135.OAA31512@freefall.freebsd.org> Date: Sat, 27 May 2000 15:45:45 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <200005272135.OAA31512@freefall.freebsd.org> "David E. O'Brien" writes: : Use /sys/sys/*.h over /usr/include/sys. Shouldn't we be using the same tests we use in bsd.kmod.mk and use ${SYSDIR}/sys/*.h rather than /sys/sys/*.h? The former either exists or you rightly get a compile error. The former might (and often does) point to the wrong stuff or nothing at all. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message