Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Oct 2005 13:17:23 +1300
From:      Andrew Thompson <thompsa@freebsd.org>
To:        "Conrad J. Sabatier" <conrads@cox.net>
Cc:        freebsd-amd64@freebsd.org
Subject:   Re: (RELENG_6) Bogus typedef in src/sys/amd64/include/_types.h
Message-ID:  <20051031001723.GA3558@heff.fud.org.nz>
In-Reply-To: <XFMail.20051030181106.conrads@cox.net>
References:  <XFMail.20051030181106.conrads@cox.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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



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