From owner-freebsd-amd64@FreeBSD.ORG Mon Oct 31 00:17:26 2005 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 230A216A41F for ; Mon, 31 Oct 2005 00:17:26 +0000 (GMT) (envelope-from thompsa@freebsd.org) Received: from heff.fud.org.nz (60-234-149-201.bitstream.orcon.net.nz [60.234.149.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9C9643D45 for ; Mon, 31 Oct 2005 00:17:25 +0000 (GMT) (envelope-from thompsa@freebsd.org) Received: by heff.fud.org.nz (Postfix, from userid 1001) id D49ED1CCDD; Mon, 31 Oct 2005 13:17:23 +1300 (NZDT) Date: Mon, 31 Oct 2005 13:17:23 +1300 From: Andrew Thompson To: "Conrad J. Sabatier" Message-ID: <20051031001723.GA3558@heff.fud.org.nz> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i Cc: freebsd-amd64@freebsd.org Subject: Re: (RELENG_6) Bogus typedef in src/sys/amd64/include/_types.h X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Oct 2005 00:17:26 -0000 On Sun, Oct 30, 2005 at 06:11:06PM -0600, Conrad J. Sabatier wrote: > * $FreeBSD: src/sys/amd64/include/_types.h,v 1.9 2005/07/02 23:13:30 > thompsa Exp $ > */ > > #ifndef _MACHINE__TYPES_H_ > #define _MACHINE__TYPES_H_ > > #ifndef _SYS_CDEFS_H_ > #error this file needs sys/cdefs.h as a prerequisite > #endif > > #define __NO_STRICT_ALIGNMENT > > /* > * Basic types upon which most other types are built. > */ > typedef __signed char __int8_t; > ^^ > || > Surely this is a typo, right? Its been like that since the initial revision. Andrew