Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 May 2002 22:56:29 -0700
From:      Peter Wemm <peter@wemm.org>
To:        Mike Barcroft <mike@freebsd.org>
Cc:        Alfred Perlstein <bright@mu.org>, arch@freebsd.org
Subject:   Re: defined(i386) -> defined(__i386__) 
Message-ID:  <20020531055629.3AABE380F@overcee.wemm.org>
In-Reply-To: <20020530142826.A35795@espresso.q9media.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
Mike Barcroft wrote:
> Alfred Perlstein <bright@mu.org> writes:
> > I think I've got all the cases where we need to fix i386 -> __i386__
> > however, there's some bogons in contrib'ified code.
> > 
> > I need help contacting authors or permission to commit to contrib.
> > 
> > Here's what appears to need fixing and who I've contacted via CC'.
> > 
> > Index: contrib/bind/include/arpa/nameser_compat.h  (??? peter?)
> 
> I wonder if this file is even being used, since we also have
> src/include/arpa/nameser_compat.h.

named and associated tools use its own internal resolver instead of the
system resolver.

However:
#if (BSD >= 199103)
# include <machine/endian.h>
#else
....  including if defined(i386).
#endif

So, fortunately it is irrelevant to us.  We just use machine/endian.h.

Dont touch this file.

Cheers,
-Peter
--
Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com
"All of this is for nothing if we don't go to the stars" - JMS/B5


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-arch" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020531055629.3AABE380F>