(2)Test report glibc-2.1.90
Andreas Jaeger
aj@suse.de
Tue Feb 22 02:54:00 GMT 2000
>>>>> Kaoru Fukui writes:
> Thanks,previos problem fixing.
> I have more a error report.
> Please look malloc/Makefile and dlfcn/Makefile.
Your make is broken (due to recent fixes in glibc) :-(.
I'm appending a patch for make.
Andreas
--- dir.c
+++ dir.c 2000/01/20 15:40:41
@@ -1044,6 +1044,9 @@
#ifdef _DIRENT_HAVE_D_NAMLEN
d->d_namlen = len - 1;
#endif
+#ifdef _DIRENT_HAVE_D_TYPE
+ d->d_type = DT_UNKNOWN;
+#endif
memcpy (d->d_name, df->name, len);
return d;
}
--
Andreas Jaeger
SuSE Labs aj@suse.de
private aj@arthur.rhein-neckar.de
More information about the Libc-alpha
mailing list