Minor fixes for port to Solaris 8.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 3 Jul 2005 09:35:34 +0000 (09:35 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 3 Jul 2005 09:35:34 +0000 (09:35 +0000)
lib/ChangeLog

index d858e20..2160ddc 100644 (file)
@@ -1,3 +1,14 @@
+2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * Makefile.am (libcoreutils_a_SOURCES): Undo previous change.
+
+       * Makefile.am (libcoreutils_a_SOURCES): Add fcntl--.h, stdio--h,
+       stdlib--.h, unistd--.h.
+       * fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
+       * lstat.c: Sync from gnulib.
+       * lstat.h: New file, from gnulib.
+       * stat.c: Remove.
+
 2005-07-03  Jim Meyering  <jim@meyering.net>
 
        * fd-reopen.c: Include <unistd.h> for declaration of close.