jorton      2004/05/17 13:08:15

  Modified:    include  apr_file_io.h
  Log:
  * include/apr_file_io.h: apr_file_open has not required a
  NULL-initialized apr_file_t for years.
  
  Revision  Changes    Path
  1.151     +1 -2      apr/include/apr_file_io.h
  
  Index: apr_file_io.h
  ===================================================================
  RCS file: /home/cvs/apr/include/apr_file_io.h,v
  retrieving revision 1.150
  retrieving revision 1.151
  diff -d -u -r1.150 -r1.151
  --- apr_file_io.h     30 Mar 2004 11:53:35 -0000      1.150
  +++ apr_file_io.h     17 May 2004 20:08:15 -0000      1.151
  @@ -175,8 +175,7 @@
    * @param perm Access permissions for file.
    * @param cont The pool to use.
    * @remark If perm is APR_OS_DEFAULT and the file is being created, 
appropriate 
  - *      default permissions will be used.  *arg1 must point to a valid 
file_t, 
  - *      or NULL (in which case it will be allocated)
  + *      default permissions will be used.
    */
   APR_DECLARE(apr_status_t) apr_file_open(apr_file_t **new_file, const char 
*fname,
                                      apr_int32_t flag, apr_fileperms_t perm,
  
  
  

Reply via email to