From e29e19dce9e19be76fae92b0955d02c843333093 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Wed, 9 Dec 2009 11:49:30 +0100 Subject: [PATCH] fchdir: Update comment. --- ChangeLog | 4 ++++ lib/fchdir.c | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index f3144388f..bb6f9848b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2009-12-09 Bruno Haible + * lib/fchdir.c: Update comment. + +2009-12-09 Bruno Haible + * lib/cloexec.c (set_cloexec_flag): Clarify intent of dup2 call. 2009-12-08 Eric Blake diff --git a/lib/fchdir.c b/lib/fchdir.c index 545b207ff..714e50d13 100644 --- a/lib/fchdir.c +++ b/lib/fchdir.c @@ -50,8 +50,8 @@ descriptor, since mingw refuses to rename any in-use file system object. */ -/* Array of file descriptors opened. If it points to a directory, it stores - info about this directory. */ +/* Array of file descriptors opened. If REPLACE_OPEN_DIRECTORY or if it points + to a directory, it stores info about this directory. */ typedef struct { char *name; /* Absolute name of the directory, or NULL. */ -- 2.11.0