From d5c94587022031030fed8bde85b9ff5449064266 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 8 Jun 2004 13:31:49 +0000 Subject: [PATCH] *** empty log message *** --- lib/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/lib/ChangeLog b/lib/ChangeLog index fb79776e7e..75b951b21b 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,13 @@ +2004-05-18 Paul Eggert + + * 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 * getdate.y: Update from gnulib. -- 2.47.3