diff options
-rw-r--r-- | sys/alpha/include/ansi.h | 18 | ||||
-rw-r--r-- | sys/arm/include/ansi.h | 16 | ||||
-rw-r--r-- | sys/i386/include/ansi.h | 18 | ||||
-rw-r--r-- | sys/ia64/include/ansi.h | 18 | ||||
-rw-r--r-- | sys/powerpc/include/ansi.h | 16 | ||||
-rw-r--r-- | sys/sparc64/include/ansi.h | 18 |
6 files changed, 52 insertions, 52 deletions
diff --git a/sys/alpha/include/ansi.h b/sys/alpha/include/ansi.h index 60f406c..9461a18 100644 --- a/sys/alpha/include/ansi.h +++ b/sys/alpha/include/ansi.h @@ -126,16 +126,16 @@ typedef _BSD_VA_LIST_ __gnuc_va_list; /* compatibility w/GNU headers*/ * Internal names for basic integral types. Omit the typedef if * not possible for a machine/compiler combination. */ -typedef __signed char __int8_t; -typedef unsigned char __uint8_t; -typedef short __int16_t; -typedef unsigned short __uint16_t; -typedef int __int32_t; -typedef unsigned int __uint32_t; -typedef long __int64_t; -typedef unsigned long __uint64_t; +typedef __signed char __int8_t; +typedef unsigned char __uint8_t; +typedef short __int16_t; +typedef unsigned short __uint16_t; +typedef int __int32_t; +typedef unsigned int __uint32_t; +typedef long __int64_t; +typedef unsigned long __uint64_t; -typedef long __intptr_t; +typedef long __intptr_t; typedef unsigned long __uintptr_t; /* diff --git a/sys/arm/include/ansi.h b/sys/arm/include/ansi.h index eb16c37..a2a128f 100644 --- a/sys/arm/include/ansi.h +++ b/sys/arm/include/ansi.h @@ -121,14 +121,14 @@ typedef _BSD_VA_LIST_ __gnuc_va_list; /* compatibility w/GNU headers*/ * Internal names for basic integral types. Omit the typedef if * not possible for a machine/compiler combination. */ -typedef __signed char __int8_t; -typedef unsigned char __uint8_t; -typedef short __int16_t; -typedef unsigned short __uint16_t; -typedef int __int32_t; -typedef unsigned int __uint32_t; -typedef long long __int64_t; -typedef unsigned long long __uint64_t; +typedef __signed char __int8_t; +typedef unsigned char __uint8_t; +typedef short __int16_t; +typedef unsigned short __uint16_t; +typedef int __int32_t; +typedef unsigned int __uint32_t; +typedef long long __int64_t; +typedef unsigned long long __uint64_t; typedef int __intptr_t; typedef unsigned int __uintptr_t; diff --git a/sys/i386/include/ansi.h b/sys/i386/include/ansi.h index ff2186b..64ea12b 100644 --- a/sys/i386/include/ansi.h +++ b/sys/i386/include/ansi.h @@ -125,11 +125,11 @@ typedef _BSD_VA_LIST_ __gnuc_va_list; /* compatibility w/GNU headers*/ * least <stdio.h>. */ #ifdef __GNUC__ -typedef int __attribute__((__mode__(__DI__))) __int64_t; +typedef int __attribute__((__mode__(__DI__))) __int64_t; typedef unsigned int __attribute__((__mode__(__DI__))) __uint64_t; #else /* LONGLONG */ -typedef long long __int64_t; +typedef long long __int64_t; /* LONGLONG */ typedef unsigned long long __uint64_t; #endif @@ -137,14 +137,14 @@ typedef unsigned long long __uint64_t; * Internal names for basic integral types. Omit the typedef if * not possible for a machine/compiler combination. */ -typedef __signed char __int8_t; -typedef unsigned char __uint8_t; -typedef short __int16_t; -typedef unsigned short __uint16_t; -typedef int __int32_t; -typedef unsigned int __uint32_t; +typedef __signed char __int8_t; +typedef unsigned char __uint8_t; +typedef short __int16_t; +typedef unsigned short __uint16_t; +typedef int __int32_t; +typedef unsigned int __uint32_t; -typedef int __intptr_t; +typedef int __intptr_t; typedef unsigned int __uintptr_t; /* diff --git a/sys/ia64/include/ansi.h b/sys/ia64/include/ansi.h index 5027ebe..7927d70 100644 --- a/sys/ia64/include/ansi.h +++ b/sys/ia64/include/ansi.h @@ -119,16 +119,16 @@ typedef _BSD_VA_LIST_ __gnuc_va_list; /* compatibility w/GNU headers*/ * Internal names for basic integral types. Omit the typedef if * not possible for a machine/compiler combination. */ -typedef __signed char __int8_t; -typedef unsigned char __uint8_t; -typedef short __int16_t; -typedef unsigned short __uint16_t; -typedef int __int32_t; -typedef unsigned int __uint32_t; -typedef long __int64_t; -typedef unsigned long __uint64_t; +typedef __signed char __int8_t; +typedef unsigned char __uint8_t; +typedef short __int16_t; +typedef unsigned short __uint16_t; +typedef int __int32_t; +typedef unsigned int __uint32_t; +typedef long __int64_t; +typedef unsigned long __uint64_t; -typedef long __intptr_t; +typedef long __intptr_t; typedef unsigned long __uintptr_t; /* diff --git a/sys/powerpc/include/ansi.h b/sys/powerpc/include/ansi.h index 9dea294..173c045 100644 --- a/sys/powerpc/include/ansi.h +++ b/sys/powerpc/include/ansi.h @@ -127,14 +127,14 @@ typedef _BSD_VA_LIST_ __gnuc_va_list; /* compatibility w/GNU headers*/ * Internal names for basic integral types. Omit the typedef if * not possible for a machine/compiler combination. */ -typedef __signed char __int8_t; -typedef unsigned char __uint8_t; -typedef short __int16_t; -typedef unsigned short __uint16_t; -typedef int __int32_t; -typedef unsigned int __uint32_t; -typedef long long __int64_t; -typedef unsigned long long __uint64_t; +typedef __signed char __int8_t; +typedef unsigned char __uint8_t; +typedef short __int16_t; +typedef unsigned short __uint16_t; +typedef int __int32_t; +typedef unsigned int __uint32_t; +typedef long long __int64_t; +typedef unsigned long long __uint64_t; typedef int __intptr_t; typedef unsigned int __uintptr_t; diff --git a/sys/sparc64/include/ansi.h b/sys/sparc64/include/ansi.h index dfa6d4b..c170a7b 100644 --- a/sys/sparc64/include/ansi.h +++ b/sys/sparc64/include/ansi.h @@ -121,16 +121,16 @@ typedef _BSD_VA_LIST_ __gnuc_va_list; /* compatibility w/GNU headers*/ * Internal names for basic integral types. Omit the typedef if * not possible for a machine/compiler combination. */ -typedef __signed char __int8_t; -typedef unsigned char __uint8_t; -typedef short __int16_t; -typedef unsigned short __uint16_t; -typedef int __int32_t; -typedef unsigned int __uint32_t; -typedef long __int64_t; -typedef unsigned long __uint64_t; +typedef __signed char __int8_t; +typedef unsigned char __uint8_t; +typedef short __int16_t; +typedef unsigned short __uint16_t; +typedef int __int32_t; +typedef unsigned int __uint32_t; +typedef long __int64_t; +typedef unsigned long __uint64_t; -typedef long __intptr_t; +typedef long __intptr_t; typedef unsigned long __uintptr_t; /* |