From owner-cvs-sys Sun Apr 7 01:02:10 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA27457 for cvs-sys-outgoing; Sun, 7 Apr 1996 01:02:10 -0800 (PST) Received: from palmer.demon.co.uk (palmer.demon.co.uk [158.152.50.150]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id BAA27437 Sun, 7 Apr 1996 01:01:55 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by palmer.demon.co.uk (sendmail/PALMER-1) with SMTP id KAA01488 ; Sun, 7 Apr 1996 10:01:26 +0100 (BST) To: Bruce Evans cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sys@freefall.freebsd.org From: "Gary Palmer" Subject: Re: cvs commit: src/sys/pccard pccard.c pcic.c In-reply-to: Your message of "Sat, 06 Apr 1996 17:39:34 +1000." <199604060739.RAA15696@godzilla.zeta.org.au> Date: Sun, 07 Apr 1996 10:01:25 +0100 Message-ID: <1486.828867685@palmer.demon.co.uk> Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Bruce Evans wrote in message ID <199604060739.RAA15696@godzilla.zeta.org.au>: > > Modified: sys/pccard pccard.c pcic.c > > Log: > > pccard.c: > > #include to get sysbeep() prototype > > This should be #include . pccard isn't supposed to > have any i386 dependencies. Similarly for i386/include/laptops.h and > a few other i386/include's. Don't change this - I'll commit it later. I agree, it shouldn't have any i386 dependencies, but using will just mean that it's dependant on the contents of /usr/include matching whats in /sys/, which is one reason that I chose to use the path. I thought we were trying to make the kernel tree self-contained and not refer to /usr/include if at all possible? Gary