From cc9ced979202f032e43a55183eef6b88ebd9f9ff Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 18 Aug 2000 00:09:47 +0000 Subject: [PATCH] Remove special d_ino handling. --- sysdeps/unix/sysv/linux/alpha/getdents.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/sysdeps/unix/sysv/linux/alpha/getdents.c b/sysdeps/unix/sysv/linux/alpha/getdents.c index 175be9df85..f127cd8aad 100644 --- a/sysdeps/unix/sysv/linux/alpha/getdents.c +++ b/sysdeps/unix/sysv/linux/alpha/getdents.c @@ -1,6 +1,4 @@ #define DIRENT_TYPE struct dirent64 -#define DIRENT_SET_DP_INO(dp, value) \ - do { (dp)->d_ino = (value); (dp)->__pad = 0; } while (0) #define __getdents64 __no___getdents64_decl #include #undef __getdents64