sussman     01/05/23 08:08:49

  Modified:    include  apr_file_info.h
  Log:
  (apr_finfo_t):  note that this field doesn't work.
  
  Revision  Changes    Path
  1.17      +1 -1      apr/include/apr_file_info.h
  
  Index: apr_file_info.h
  ===================================================================
  RCS file: /home/cvs/apr/include/apr_file_info.h,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- apr_file_info.h   2001/04/10 19:22:13     1.16
  +++ apr_file_info.h   2001/05/23 15:08:44     1.17
  @@ -189,7 +189,7 @@
       apr_time_t mtime;
       /** The time the file was last changed */
       apr_time_t ctime;
  -    /** The full pathname of the file */
  +    /** The full pathname of the file.  NOT YET IMPLEMENTED. */
       const char *fname;
       /** The file's name (no path) in filesystem case */
       const char *name;
  
  
  

Reply via email to