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

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

diff -urN linux-2.4.20/include/asm-ppc64/posix_types.h linux-2.4.21/include/asm-ppc64/posix_types.h
@@ -11,19 +11,10 @@
  * as published by the Free Software Foundation; either version
  * 2 of the License, or (at your option) any later version.
  */
-#if 0
-# define DRENG_TYPES
-#endif
 
-#ifdef DRENG_TYPES
 typedef unsigned long	__kernel_dev_t;
 typedef unsigned long	__kernel_ino_t;
 typedef unsigned long  	__kernel_nlink_t;
-#else
-typedef unsigned int	__kernel_dev_t;
-typedef unsigned int	__kernel_ino_t;
-typedef unsigned int  	__kernel_nlink_t;
-#endif
 typedef unsigned int	__kernel_mode_t;
 typedef long		__kernel_off_t;
 typedef long long	__kernel_loff_t;

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