summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--old/fileutils/ChangeLog8
1 files changed, 4 insertions, 4 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 807a0050a..27b515fb3 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,15 +1,15 @@
+1997-09-15 Jim Meyering <meyering@na-net.ornl.gov>
+
+ * src/ln.c (do_link): Perform S_ISLNK test only if lstat succeeded.
+
1997-09-14 Jim Meyering <meyering@na-net.ornl.gov>
* src/rm.c (full_filename): Use realloc, not xrealloc.
* configure.in (jm_FUNC_REALLOC): Use it.
-
* m4/Makefile.am (EXTRA_DIST): Add realloc.m4.
-
* m4/realloc.m4: New file.
-
* lib/Makefile.am (EXTRA_DIST): Add realloc.c.
-
* acconfig.h (realloc): Add #undef.
* src/dd.c (equal): Use STREQ (form system.h) instead.