From owner-freebsd-alpha Fri Nov 23 15:59:33 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 5FA1E37B416; Fri, 23 Nov 2001 15:59:31 -0800 (PST) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.6/8.11.1) id fANNxVq69120; Fri, 23 Nov 2001 15:59:31 -0800 (PST) (envelope-from obrien) Date: Fri, 23 Nov 2001 15:59:31 -0800 From: "David O'Brien" To: Alexey Zelkin Cc: alpha@freebsd.org, dfr@freebsd.org, peter@freebsd.org Subject: Re: strtod cleanup (patch) Message-ID: <20011123155930.B68993@dragon.nuxi.com> Reply-To: obrien@freebsd.org References: <20011122184818.A44229@ark.cris.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011122184818.A44229@ark.cris.net>; from phantom@freebsd.org on Thu, Nov 22, 2001 at 06:48:18PM +0200 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, Nov 22, 2001 at 06:48:18PM +0200, Alexey Zelkin wrote: > #if BYTE_ORDER == BIG_ENDIAN > #define IEEE_BIG_ENDIAN > #define Long int32_t > #define ULong u_int32_t > #else > #define IEEE_LITTLE_ENDIAN > #define Long long > #define ULong unsigned long > #endif Why is it we can't just usr our native u_intXX_t types? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message