(RELENG_6) Bogus typedef in src/sys/amd64/include/_types.h
Andrew Thompson
thompsa at freebsd.org
Sun Oct 30 16:17:26 PST 2005
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
More information about the freebsd-amd64
mailing list