diff options
Diffstat (limited to 'old/fileutils')
-rw-r--r-- | old/fileutils/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index d1d7c3ca7..387a9e065 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,9 @@ +Wed Oct 13 10:30:40 1993 Jim Meyering (meyering@comco.com) + + * cp.c (copy), ls.c (get_link_name): Complete Aug 27 change so + that we use PATH_MAX + 1 rather than sizeof(char*) as size of + buffer in readlink call. This was causing spurious errors. + Sun Oct 10 13:38:54 1993 Jim Meyering (meyering@comco.com) * src/Makefile.in (dist): Depend on $(DISTFILES). |