patch-2.4.20 linux-2.4.20/include/asm-mips64/types.h

Next file: linux-2.4.20/include/asm-mips64/uaccess.h
Previous file: linux-2.4.20/include/asm-mips64/timex.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.19/include/asm-mips64/types.h linux-2.4.20/include/asm-mips64/types.h
@@ -31,12 +31,12 @@
 typedef unsigned long __u64;
 
 #else
- 
+
 #if defined(__GNUC__) && !defined(__STRICT_ANSI__)
 typedef __signed__ long long __s64;
 typedef unsigned long long __u64;
 #endif
- 
+
 #endif
 
 /*

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)