diff options
author | Christoph Hellwig <hch@lst.de> | 2008-08-16 19:50:28 +0200 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2008-08-18 15:42:11 -0700 |
commit | 37c23e7fda6913d133ac12012395e58af1fe24c6 (patch) | |
tree | 5000e5eb908a3cf8090a101814f5dccf66c36990 /arch/ia64/ia32/ia32priv.h | |
parent | 8a20fd52c663b1796e1f01c0fa21d9b24c2936b6 (diff) |
[IA64] use generic compat_old_sys_readdir
Switch ia64 to the generic compat_sys_old_readdir which is identical
except for slightly better error handling. Also remove sys32_getdents
which already isn't wired up to the syscall table anymore in favour of
compat_sys_getdents.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'arch/ia64/ia32/ia32priv.h')
-rw-r--r-- | arch/ia64/ia32/ia32priv.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/ia64/ia32/ia32priv.h b/arch/ia64/ia32/ia32priv.h index c5c872b250d..dd0c53687a9 100644 --- a/arch/ia64/ia32/ia32priv.h +++ b/arch/ia64/ia32/ia32priv.h @@ -276,13 +276,6 @@ typedef struct compat_siginfo { } _sifields; } compat_siginfo_t; -struct old_linux32_dirent { - u32 d_ino; - u32 d_offset; - u16 d_namlen; - char d_name[1]; -}; - /* * IA-32 ELF specific definitions for IA-64. */ |