fchdir: Update comment.
authorBruno Haible <bruno@clisp.org>
Wed, 9 Dec 2009 10:49:30 +0000 (11:49 +0100)
committerBruno Haible <bruno@clisp.org>
Wed, 9 Dec 2009 10:49:30 +0000 (11:49 +0100)
ChangeLog
lib/fchdir.c

index f314438..bb6f984 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2009-12-09  Bruno Haible  <bruno@clisp.org>
 
+       * lib/fchdir.c: Update comment.
+
+2009-12-09  Bruno Haible  <bruno@clisp.org>
+
        * lib/cloexec.c (set_cloexec_flag): Clarify intent of dup2 call.
 
 2009-12-08  Eric Blake  <ebb9@byu.net>
index 545b207..714e50d 100644 (file)
@@ -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.  */