From: Roland McGrath Date: Mon, 13 May 1996 22:15:05 +0000 (+0000) Subject: * sysdeps/unix/bsd/telldir.c (seekdir, telldir): Use new struct member X-Git-Tag: cvs/libc-960514~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=01dbca86d18a68e5fb79acc707612de408f73a11;p=platform%2Fupstream%2Fglibc.git * sysdeps/unix/bsd/telldir.c (seekdir, telldir): Use new struct member names without __. --- diff --git a/ChangeLog b/ChangeLog index 876173e..0bfa6a7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -25,6 +25,9 @@ Mon May 13 12:03:03 1996 Roland McGrath * sysdeps/unix/Makefile: Find sysd-syscalls and s-proto.d with $(common-objpfx) instead of $(objpfx). + * sysdeps/unix/bsd/telldir.c (seekdir, telldir): Use new struct member + names without __. + * Makerules [install-lib-non.a]: Find these things with $(objpfx) instead of $(common-objpfx).