You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by dg...@locus.apache.org on 2000/03/14 08:55:59 UTC

cvs commit: apache-2.0/src/lib/apr/include apr_file_io.h

dgaudet     00/03/13 23:55:59

  Modified:    src/lib/apr/include apr_file_io.h
  Log:
  i think ryan forgot to commit this prototype update
  
  Revision  Changes    Path
  1.33      +1 -1      apache-2.0/src/lib/apr/include/apr_file_io.h
  
  Index: apr_file_io.h
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/include/apr_file_io.h,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- apr_file_io.h	2000/03/10 00:06:09	1.32
  +++ apr_file_io.h	2000/03/14 07:55:59	1.33
  @@ -158,7 +158,7 @@
   ap_status_t ap_remove_dir(const char *, ap_context_t *);
   
   ap_status_t ap_create_pipe(ap_file_t **, ap_file_t **, ap_context_t *);
  -ap_status_t ap_create_namedpipe(char **, char *, ap_fileperms_t, ap_context_t *);
  +ap_status_t ap_create_namedpipe(char *, ap_fileperms_t, ap_context_t *);
   ap_status_t ap_set_pipe_timeout(ap_file_t *thepipe, ap_int32_t timeout);
   ap_status_t ap_block_pipe(ap_file_t *thepipe);
   
  
  
  

Re: cvs commit: apache-2.0/src/lib/apr/include apr_file_io.h

Posted by rb...@apache.org.
On 14 Mar 2000 dgaudet@locus.apache.org wrote:

> dgaudet     00/03/13 23:55:59
> 
>   Modified:    src/lib/apr/include apr_file_io.h
>   Log:
>   i think ryan forgot to commit this prototype update

Sorry, made my commit from too low in the tree.  I'll go sit in the corner
for a while now.  :-)

Ryan

_______________________________________________________________________________
Ryan Bloom                        	rbb@apache.org
406 29th St.
San Francisco, CA 94131
-------------------------------------------------------------------------------


Re: cvs commit: apache-2.0/src/lib/apr/include apr_file_io.h

Posted by rb...@apache.org.
On 14 Mar 2000 dgaudet@locus.apache.org wrote:

> dgaudet     00/03/13 23:55:59
> 
>   Modified:    src/lib/apr/include apr_file_io.h
>   Log:
>   i think ryan forgot to commit this prototype update

Sorry, made my commit from too low in the tree.  I'll go sit in the corner
for a while now.  :-)

Ryan

_______________________________________________________________________________
Ryan Bloom                        	rbb@apache.org
406 29th St.
San Francisco, CA 94131
-------------------------------------------------------------------------------