summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-12-10 06:12:41 +0000
committerJim Meyering <jim@meyering.net>1996-12-10 06:12:41 +0000
commite74a22ebb725ae5133a15c798f1a27af39f1a3b8 (patch)
tree40044b376bb8bfa860ff493afa5d4b60e2f79efe /old
parentfcc65666b56cd66e46ca41edd422678cd709a4a4 (diff)
downloadcoreutils-e74a22ebb725ae5133a15c798f1a27af39f1a3b8.tar.xz
.
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index b545c2227..06d5d207a 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,5 +1,9 @@
Mon Dec 9 18:26:54 1996 Jim Meyering <meyering@na-net.ornl.gov>
+ * lib/obstack.h: Include config.h.
+ [!HAVE_BCOPY && HAVE_MEMCPY && !defined (bcopy)]: Define bcopy
+ in terms of memcpy. Reported by Marcus Daniels.
+
* configure.in (LIBOBJS): After AC_FUNC_FNMATCH, add fnmatch.o
and define fnmatch to rpl_fnmatch if necessary.