]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Tue, 19 Aug 2003 10:02:57 +0000 (10:02 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 19 Aug 2003 10:02:57 +0000 (10:02 +0000)
lib/ChangeLog

index 16e5a0624583f91e9aa173d16bb8f99423a729c5..d5034facde409f3ad2a5ef74585a3614ebf78929 100644 (file)
@@ -1,3 +1,11 @@
+2003-08-18  Paul Eggert <eggert@twinsun.com>
+
+       * same.c: Include <stdlib.h> and <string.h> unconditionally,
+        as we're now assuming that part of hosted C89.
+        (free) [!HAVE_DECL_FREE]: Remove decl; no longer needed.
+       (same_name): Invoke pathconf on destination, not source, as
+        that's a bit clearer even if they are the same dir.
+
 2003-08-18  Jim Meyering  <jim@meyering.net>
 
        * getopt.h: Remove space before TAB.