patch-2.4.21 linux-2.4.21/include/asm-cris/posix_types.h

Next file: linux-2.4.21/include/asm-cris/processor.h
Previous file: linux-2.4.21/include/asm-cris/pgtable.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.20/include/asm-cris/posix_types.h linux-2.4.21/include/asm-cris/posix_types.h
@@ -1,4 +1,4 @@
-/* $Id: posix_types.h,v 1.1 2000/07/10 16:32:31 bjornw Exp $ */
+/* $Id: posix_types.h,v 1.2 2002/09/26 14:44:59 hp Exp $ */
 
 /* We cheat a bit and use our C-coded bitops functions from asm/bitops.h */
 /* I guess we should write these in assembler because they are used often. */
@@ -23,7 +23,7 @@
 typedef unsigned short  __kernel_ipc_pid_t;
 typedef unsigned short	__kernel_uid_t;
 typedef unsigned short	__kernel_gid_t;
-typedef unsigned long	__kernel_size_t;
+typedef __SIZE_TYPE__	__kernel_size_t;
 typedef long		__kernel_ssize_t;
 typedef int		__kernel_ptrdiff_t;
 typedef long		__kernel_time_t;

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