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...@hyperreal.org on 1998/06/04 22:18:28 UTC

cvs commit: apache-1.3/src PORTING

dgaudet     98/06/04 13:18:28

  Modified:    src      PORTING
  Log:
  document ap_wait_t
  
  Revision  Changes    Path
  1.30      +4 -0      apache-1.3/src/PORTING
  
  Index: PORTING
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/PORTING,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- PORTING	1998/06/03 17:54:45	1.29
  +++ PORTING	1998/06/04 20:18:27	1.30
  @@ -350,6 +350,10 @@
          signal descriptions.  This is frequently sys_siglist or
          _sys_siglist, defined in <signals.h>
   
  +      ap_wait_t
  +       The type used for wait()/waitpid()/... status parameter.  Usually
  +       int.
  +
   -----------
   Conclusion:
   -----------