patch-2.3.32 linux/include/asm-alpha/posix_types.h

Next file: linux/include/asm-alpha/resource.h
Previous file: linux/fs/umsdos/symlink.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.31/linux/include/asm-alpha/posix_types.h linux/include/asm-alpha/posix_types.h
@@ -12,6 +12,7 @@
 typedef unsigned int	__kernel_mode_t;
 typedef unsigned int	__kernel_nlink_t;
 typedef long		__kernel_off_t;
+typedef long		__kernel_loff_t;
 typedef int		__kernel_pid_t;
 typedef int		__kernel_ipc_pid_t;
 typedef unsigned int	__kernel_uid_t;
@@ -25,10 +26,6 @@
 typedef int		__kernel_daddr_t;
 typedef char *		__kernel_caddr_t;
 typedef unsigned long	__kernel_sigset_t;	/* at least 32 bits */
-
-#ifdef __GNUC__
-typedef long long	__kernel_loff_t;
-#endif
 
 typedef struct {
 	int	val[2];

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