From: Bruno Haible Date: Wed, 9 Dec 2009 10:49:30 +0000 (+0100) Subject: fchdir: Update comment. X-Git-Tag: v0.1~5079 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=e29e19dce9e19be76fae92b0955d02c843333093;p=gnulib.git fchdir: Update comment. --- 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. */