summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-09-15 14:03:23 +0000
committerJim Meyering <jim@meyering.net>1997-09-15 14:03:23 +0000
commit5b421e3103c4ef0bf1b8114017d34dd53871e5fb (patch)
tree87878ae4d0357658db3a13a5287a0bec84ffca06 /old
parentc2bbb8e875e989f9d3234a116d15afeb9f0125fc (diff)
downloadcoreutils-5b421e3103c4ef0bf1b8114017d34dd53871e5fb.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-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.