changeset 15659:bdf397bc4086

* lib/stat.c: Move comment.
author Paul Eggert <eggert@cs.ucla.edu>
date Mon, 19 Sep 2011 07:34:58 -0700
parents 07e1173e4fc9
children d12c46223fa1
files lib/stat.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lib/stat.c
+++ b/lib/stat.c
@@ -48,6 +48,8 @@
 
 #if REPLACE_FUNC_STAT_DIR
 # include "pathmax.h"
+  /* The only known systems where REPLACE_FUNC_STAT_DIR is needed also
+     have a constant PATH_MAX.  */
 # ifndef PATH_MAX
 #  error "Please port this replacement to your platform"
 # endif
@@ -77,8 +79,6 @@
     }
 #endif /* REPLACE_FUNC_STAT_FILE */
 #if REPLACE_FUNC_STAT_DIR
-  /* The only known systems where REPLACE_FUNC_STAT_DIR is needed also
-     have a constant PATH_MAX.  */
 
   if (result == -1 && errno == ENOENT)
     {