*** empty log message ***
authorJim Meyering <jim@meyering.net>
Wed, 21 Jun 2000 13:00:54 +0000 (13:00 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 21 Jun 2000 13:00:54 +0000 (13:00 +0000)
lib/ChangeLog

index a8dbd0a..0458132 100644 (file)
@@ -1,5 +1,10 @@
 2000-06-17  Bruno Haible  <haible@clisp.cons.org>
 
+       * canon-host.c (canon_host): Use malloc and memcpy to copy an
+       address, not strdup.  Include <stdlib.h> and don't declare free().
+
+2000-06-17  Bruno Haible  <haible@clisp.cons.org>
+
        * path-concat.c (path_concat): Don't access dir[-1] if dir is
        the empty string.