]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Tue, 8 Jun 2004 13:31:49 +0000 (13:31 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 8 Jun 2004 13:31:49 +0000 (13:31 +0000)
lib/ChangeLog

index fb79776e7e396050fca279dfcbd954d747c3e4d1..75b951b21b98a82a20b7179f47c696f2b6601703 100644 (file)
@@ -1,3 +1,13 @@
+2004-05-18  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * fts.c (fts_stat, fts_alloc): Always allocate and use a struct
+       stat, even if the user isn't interested in the results.
+       This prevents a core dump in cycle_check when FTS_NOSTAT is set.
+       * lchown.c (lchown): Return EOPNOTSUPP if not supported; this
+       is what POSIX-2004 specifies.
+       * lchown.h (EOPNOTSUPP): Define if not defined.
+       (ENOSYS): Remove.
+
 2004-06-06  Jim Meyering  <jim@meyering.net>
 
        * getdate.y: Update from gnulib.