From: Ulrich Drepper Date: Fri, 18 Aug 2000 00:11:06 +0000 (+0000) Subject: Update. X-Git-Tag: upstream/2.30~24827 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=09970c4efd7b87bccc20311419d6593d67081164;p=external%2Fglibc.git Update. * sysdeps/unix/sysv/linux/alpha/getdents.c: Remove special d_ino handling. Patch by Richard Henderson . --- diff --git a/ChangeLog b/ChangeLog index f1e9efb..44d99b3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2000-08-17 Ulrich Drepper + * sysdeps/unix/sysv/linux/alpha/getdents.c: Remove special d_ino + handling. Patch by Richard Henderson . + * nss/Versions: Remove libnss_db information. 2000-08-16 Jakub Jelinek diff --git a/sysdeps/unix/sysv/linux/alpha/getdents.c b/sysdeps/unix/sysv/linux/alpha/getdents.c index 175be9d..f127cd8 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