.
authorJim Meyering <jim@meyering.net>
Tue, 10 Dec 1996 06:12:41 +0000 (06:12 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 10 Dec 1996 06:12:41 +0000 (06:12 +0000)
THANKS
old/fileutils/ChangeLog

diff --git a/THANKS b/THANKS
index 388c08f..b5dadef 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -9,3 +9,4 @@ Miles Bader: miles@gnu.ai.mit.edu
 Peter Eriksson: peter@ifm.liu.se
 Charles Karney: karney@pppl.gov
 Santiago Vila Doncel: sanvila@ctv.es
+Marcus Daniels: marcus@sysc.pdx.edu
index b545c22..06d5d20 100644 (file)
@@ -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.