aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--sysdeps/unix/sysv/linux/alpha/getdents.c2
2 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index f1e9efb7cf..44d99b307c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2000-08-17 Ulrich Drepper <drepper@redhat.com>
+ * sysdeps/unix/sysv/linux/alpha/getdents.c: Remove special d_ino
+ handling. Patch by Richard Henderson <rth@twiddle.net>.
+
* nss/Versions: Remove libnss_db information.
2000-08-16 Jakub Jelinek <jakub@redhat.com>
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 <sysdeps/unix/sysv/linux/getdents.c>
#undef __getdents64