You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by st...@locus.apache.org on 2000/07/11 17:29:45 UTC

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

stoddard    00/07/11 08:29:43

  Modified:    src/lib/apr/include apr_portable.h
  Log:
  Fix compile break.
  
  Revision  Changes    Path
  1.36      +1 -1      apache-2.0/src/lib/apr/include/apr_portable.h
  
  Index: apr_portable.h
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/include/apr_portable.h,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- apr_portable.h	2000/07/10 23:35:30	1.35
  +++ apr_portable.h	2000/07/11 15:29:37	1.36
  @@ -271,7 +271,7 @@
   
   =cut
    */
  -ap_status_t ap_get_os_thread(ap_os_thread_t *thethd, ap_thread_t *thd);
  +ap_status_t ap_get_os_thread(ap_os_thread_t **thethd, ap_thread_t *thd);
   
   /*