You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@locus.apache.org on 2000/06/15 20:54:14 UTC

cvs commit: apache-2.0/src/lib/apr/file_io/win32 pipe.c

trawick     00/06/15 11:54:12

  Modified:    src/lib/apr/file_io/win32 pipe.c
  Log:
  Use ap_interval_time_t for timeout arg of ap_set_pipe_timeout() (to
  match prototype in apr_file_io.h).
  
  Revision  Changes    Path
  1.19      +1 -1      apache-2.0/src/lib/apr/file_io/win32/pipe.c
  
  Index: pipe.c
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/file_io/win32/pipe.c,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- pipe.c	2000/04/28 15:17:00	1.18
  +++ pipe.c	2000/06/15 18:54:09	1.19
  @@ -63,7 +63,7 @@
   #include <sys/stat.h>
   #include "misc.h"
   
  -ap_status_t ap_set_pipe_timeout(ap_file_t *thepipe, ap_int32_t timeout)
  +ap_status_t ap_set_pipe_timeout(ap_file_t *thepipe, ap_interval_time_t timeout)
   {
       DWORD dwMode;
       ap_oslevel_e oslevel;