Remove special d_ino handling.
authorUlrich Drepper <drepper@redhat.com>
Fri, 18 Aug 2000 00:09:47 +0000 (00:09 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 18 Aug 2000 00:09:47 +0000 (00:09 +0000)
sysdeps/unix/sysv/linux/alpha/getdents.c

index 175be9d..f127cd8 100644 (file)
@@ -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 <sysdeps/unix/sysv/linux/getdents.c>
 #undef __getdents64