From owner-freebsd-current Fri Apr 12 10:15:21 2002 Delivered-To: freebsd-current@freebsd.org Received: from espresso.q9media.com (espresso.q9media.com [216.254.138.122]) by hub.freebsd.org (Postfix) with ESMTP id B1D6937B405; Fri, 12 Apr 2002 10:15:16 -0700 (PDT) Received: (from mike@localhost) by espresso.q9media.com (8.11.6/8.11.6) id g3CH8be53662; Fri, 12 Apr 2002 13:08:37 -0400 (EDT) (envelope-from mike) Date: Fri, 12 Apr 2002 13:08:37 -0400 From: Mike Barcroft To: "David O'Brien" Cc: Ruslan Ermilov , Dag-Erling Smorgrav , current@FreeBSD.ORG Subject: Re: alpha tinderbox failure Message-ID: <20020412130837.I28249@espresso.q9media.com> References: <200204111654.g3BGsmc9069057@beast.freebsd.org> <20020412135421.GC27751@sunbay.com> <20020412121212.E28249@espresso.q9media.com> <20020412095128.A97770@dragon.nuxi.com> <20020412130158.H28249@espresso.q9media.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020412130158.H28249@espresso.q9media.com>; from mike@FreeBSD.ORG on Fri, Apr 12, 2002 at 01:01:58PM -0400 Organization: The FreeBSD Project 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 Mike Barcroft writes: > Sort of. The way it historically built was by taking advantage of the > fact that C allows multiple #define's if they are the same. My commit > changed the definition of BYTE_ORDER to _BYTE_ORDER instead of > LITTLE_ENDIAN or BIG_ENDIAN. Just a little correction. The problem is my commit changed the definition of BIG_ENDIAN from 4321 to _BIG_ENDIAN (which is defined as 4321). Similarly for LITTLE_ENDIAN. The BYTE_ORDER macro isn't touched in defs.h. Best regards, Mike Barcroft To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message