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

cvs commit: httpd-2.0/server/mpm/spmt_os2 mpm.h

bjh         01/08/14 05:20:54

  Modified:    server/mpm/spmt_os2 mpm.h
  Log:
  Fix build of OS/2 MPM after recent move of common code.
  Cody did well to limit breakage to just this :)
  
  Revision  Changes    Path
  1.10      +1 -0      httpd-2.0/server/mpm/spmt_os2/mpm.h
  
  Index: mpm.h
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/server/mpm/spmt_os2/mpm.h,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- mpm.h	2001/08/13 04:57:35	1.9
  +++ mpm.h	2001/08/14 12:20:54	1.10
  @@ -70,6 +70,7 @@
   #define AP_MPM_WANT_SET_PIDFILE
   #define AP_MPM_WANT_SET_MAX_REQUESTS
   #define AP_MPM_WANT_SET_COREDUMPDIR
  +#define AP_MPM_WANT_PROCESS_CHILD_STATUS
   
   extern server_rec *ap_server_conf;
   extern int ap_threads_per_child;