bjh         99/08/30 07:47:21

  Modified:    src/modules/mpm/spmt_os2 spmt_os2.c
  Log:
  Update OS/2 MPM for latest hooks.
  
  Revision  Changes    Path
  1.10      +0 -3      apache-2.0/src/modules/mpm/spmt_os2/spmt_os2.c
  
  Index: spmt_os2.c
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/modules/mpm/spmt_os2/spmt_os2.c,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- spmt_os2.c        1999/08/13 06:58:02     1.9
  +++ spmt_os2.c        1999/08/30 14:47:21     1.10
  @@ -1793,14 +1793,11 @@
   
   module MODULE_VAR_EXPORT mpm_spmt_os2_module = {
       STANDARD20_MODULE_STUFF,
  -    NULL,                    /* child_init */
       NULL,                    /* create per-directory config structure */
       NULL,                    /* merge per-directory config structures */
       NULL,                    /* create per-server config structure */
       NULL,                    /* merge per-server config structures */
       spmt_os2_cmds,           /* command table */
       NULL,                    /* handlers */
  -    NULL,                    /* check auth */
  -    NULL,                    /* check access */
       spmt_os2_hooks,          /* register_hooks */
   };
  
  
  

Reply via email to