patch-2.1.132 linux/include/asm-arm/posix_types.h

Next file: linux/include/asm-arm/proc-armo/elf.h
Previous file: linux/include/asm-arm/md.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.131/linux/include/asm-arm/posix_types.h linux/include/asm-arm/posix_types.h
@@ -1,7 +1,7 @@
 /*
  * linux/include/asm-arm/posix_types.h
  *
- * Copyright (c) 1996 Russell King.
+ * Copyright (c) 1996-1998 Russell King.
  *
  * Changelog:
  *  27-06-1996	RMK	Created
@@ -9,8 +9,6 @@
 #ifndef __ARCH_ARM_POSIX_TYPES_H
 #define __ARCH_ARM_POSIX_TYPES_H
 
-#include <linux/config.h>
-
 /*
  * This file is generally used by user-level software, so you need to
  * be a little careful about namespace pollution etc.  Also, we cannot
@@ -26,11 +24,7 @@
 typedef unsigned short		__kernel_ipc_pid_t;
 typedef unsigned short		__kernel_uid_t;
 typedef unsigned short		__kernel_gid_t;
-#ifdef CONFIG_BINUTILS_NEW
-typedef long unsigned int	__kernel_size_t;
-#else
 typedef unsigned int		__kernel_size_t;
-#endif
 typedef int			__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, slshen@lbl.gov