From owner-freebsd-current Sat Jun 22 3: 7:25 2002 Delivered-To: freebsd-current@freebsd.org Received: from imf21bis.bellsouth.net (unknown [205.152.58.181]) by hub.freebsd.org (Postfix) with ESMTP id A44DD37B40F; Sat, 22 Jun 2002 03:06:09 -0700 (PDT) Received: from mac ([66.20.176.95]) by imf03bis.bellsouth.net (InterMail vM.5.01.04.05 201-253-122-122-105-20011231) with ESMTP id <20020616184951.GITW29727.imf03bis.bellsouth.net@mac>; Sun, 16 Jun 2002 14:49:51 -0400 Date: Sun, 16 Jun 2002 14:48:23 -0400 Subject: Re: i386 tinderbox failure Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v482) Cc: anholt@freebsd.org, current@FreeBSD.ORG, Bruce Evans To: Dag-Erling Smorgrav From: W Gerald Hicks In-Reply-To: Message-Id: Content-Transfer-Encoding: 7bit X-Mailer: Apple Mail (2.482) Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sunday, June 16, 2002, at 06:32 AM, Dag-Erling Smorgrav wrote: > Bruce Evans writes: >> This is caused by an old bogus include path in Makefiles (still needed >> :-(), a bogus #include in drm and new newspace pollution in >> . drm includes , although this header is >> essentially user-only. now includes . >> declares psignal(3) which is quite different from >> psignal(9). >> ISTR that all includes of in the kernel were changed to >> includes of . There seems to have been a lot of bitrot >> since then. > > Eric, can you fix this? > > DES > -- > Dag-Erling Smorgrav - des@ofug.org > > In the meantime, the removal of gets us building again here. I'm not actually using the module so can't speak about its functionality. Cheers, Jerry Hicks gehixz@bellsouth.net Index: src/sys/dev/drm/drm_os_freebsd.h =================================================================== RCS file: /home/ncvs/src/sys/dev/drm/drm_os_freebsd.h,v retrieving revision 1.5 diff -u -r1.5 drm_os_freebsd.h --- src/sys/dev/drm/drm_os_freebsd.h 31 May 2002 23:19:50 -0000 1.5 +++ src/sys/dev/drm/drm_os_freebsd.h 15 Aug 2002 02:11:39 -0000 @@ -17,7 +17,9 @@ #include #include #include +#if 0 #include +#endif #include #include #include To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message