Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/m68k/include signed -> __signed
details: https://anonhg.NetBSD.org/src/rev/e54a4b240bae
branches: trunk
changeset: 584056:e54a4b240bae
user: kleink <kleink%NetBSD.org@localhost>
date: Tue Sep 06 19:18:23 2005 +0000
description:
signed -> __signed
diffstat:
sys/arch/m68k/include/int_types.h | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 7ea1986c0880 -r e54a4b240bae sys/arch/m68k/include/int_types.h
--- a/sys/arch/m68k/include/int_types.h Tue Sep 06 17:03:59 2005 +0000
+++ b/sys/arch/m68k/include/int_types.h Tue Sep 06 19:18:23 2005 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: int_types.h,v 1.6 2003/08/07 16:28:14 agc Exp $ */
+/* $NetBSD: int_types.h,v 1.7 2005/09/06 19:18:23 kleink Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@@ -34,13 +34,15 @@
#ifndef _M68K_INT_TYPES_H_
#define _M68K_INT_TYPES_H_
+#include <sys/cdefs.h>
+
/*
* 7.18.1 Integer types
*/
/* 7.18.1.1 Exact-width integer types */
-typedef signed char __int8_t;
+typedef __signed char __int8_t;
typedef unsigned char __uint8_t;
typedef short int __int16_t;
typedef unsigned short int __uint16_t;
Home |
Main Index |
Thread Index |
Old Index