From owner-freebsd-current@FreeBSD.ORG Tue Apr 22 13:17:31 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6EF1E37B404 for ; Tue, 22 Apr 2003 13:17:31 -0700 (PDT) Received: from bluejay.mail.pas.earthlink.net (bluejay.mail.pas.earthlink.net [207.217.120.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6BC343FD7 for ; Tue, 22 Apr 2003 13:17:30 -0700 (PDT) (envelope-from tlambert2@mindspring.com) Received: from pool0258.cvx40-bradley.dialup.earthlink.net ([216.244.43.3] helo=mindspring.com) by bluejay.mail.pas.earthlink.net with asmtp (SSLv3:RC4-MD5:128) (Exim 3.33 #1) id 1984Cb-0007QO-00; Tue, 22 Apr 2003 13:17:18 -0700 Message-ID: <3EA5A2EA.F334CED8@mindspring.com> Date: Tue, 22 Apr 2003 13:15:38 -0700 From: Terry Lambert X-Mailer: Mozilla 4.79 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Bruce Evans References: <20030422031429.GA82023@chihiro.leafy.idv.tw> <3EA4C0D3.8F7CF9EE@mindspring.com> <20030423041754.N18663@gamplex.bde.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-ELNK-Trace: b1a02af9316fbb217a47c185c03b154d40683398e744b8a49a9ed930335bb0e95b9a9a88a5c467f92601a10902912494350badd9bab72f9c350badd9bab72f9c cc: leafy cc: freebsd-current@freebsd.org Subject: Re: Is there a header conflict? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2003 20:17:31 -0000 Bruce Evans wrote: > On Mon, 21 Apr 2003, Terry Lambert wrote: > > User programs should not reference the "machine" headers directly. > > Also, including should fail earlier because this header > shouldn't exist. It was renamed to in -current to > inhibit direct inclusion of it. That's a thought... This is probably an "upgraded" system that failed to delete an old header file, and, as a result, the "configure" program for the package found it and decided to include it. If you have /usr/include/machine/_types.h, then: rm /usr/include/machine/types.h -- Terry