diff options
author | Jim Meyering <jim@meyering.net> | 1996-12-10 06:12:41 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-12-10 06:12:41 +0000 |
commit | e74a22ebb725ae5133a15c798f1a27af39f1a3b8 (patch) | |
tree | 40044b376bb8bfa860ff493afa5d4b60e2f79efe /old | |
parent | fcc65666b56cd66e46ca41edd422678cd709a4a4 (diff) | |
download | coreutils-e74a22ebb725ae5133a15c798f1a27af39f1a3b8.tar.xz |
.
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/ChangeLog | 4 |
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. |