patch-2.1.9 linux/include/asm-sparc/types.h

Next file: linux/include/asm-sparc/uaccess.h
Previous file: linux/include/asm-sparc/tsunami.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.8/linux/include/asm-sparc/types.h linux/include/asm-sparc/types.h
@@ -1,4 +1,4 @@
-/* $Id: types.h,v 1.9 1996/04/04 12:51:34 davem Exp $ */
+/* $Id: types.h,v 1.10 1996/08/29 09:49:04 davem Exp $ */
 #ifndef _SPARC_TYPES_H
 #define _SPARC_TYPES_H
 
@@ -17,30 +17,30 @@
 
 typedef unsigned short umode_t;
 
-typedef signed char __s8;
+typedef __signed__ char __s8;
 typedef unsigned char __u8;
 
-typedef signed short __s16;
+typedef __signed__ short __s16;
 typedef unsigned short __u16;
 
-typedef signed int __s32;
+typedef __signed__ int __s32;
 typedef unsigned int __u32;
 
-typedef signed long long __s64;
+typedef __signed__ long long __s64;
 typedef unsigned long long __u64;
 
 #ifdef __KERNEL__
 
-typedef signed char s8;
+typedef __signed__ char s8;
 typedef unsigned char u8;
 
-typedef signed short s16;
+typedef __signed__ short s16;
 typedef unsigned short u16;
 
-typedef signed int s32;
+typedef __signed__ int s32;
 typedef unsigned int u32;
 
-typedef signed long long s64;
+typedef __signed__ long long s64;
 typedef unsigned long long u64;
 
 #endif /* __KERNEL__ */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov