You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jw...@apache.org on 2001/12/03 09:34:55 UTC

cvs commit: httpd-2.0/server/mpm/perchild perchild.c

jwoolley    01/12/03 00:34:55

  Modified:    server/mpm/perchild perchild.c
  Log:
  Fix a typo (?)
  One compile error down, several to go.
  
  Revision  Changes    Path
  1.87      +1 -1      httpd-2.0/server/mpm/perchild/perchild.c
  
  Index: perchild.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/server/mpm/perchild/perchild.c,v
  retrieving revision 1.86
  retrieving revision 1.87
  diff -u -d -u -r1.86 -r1.87
  --- perchild.c	2001/11/17 14:02:25	1.86
  +++ perchild.c	2001/12/03 08:34:55	1.87
  @@ -1092,7 +1092,7 @@
   static void server_main_loop(int remaining_children_to_start)
   {
       int child_slot;
  -    apr_exit_why exitwhy;
  +    apr_exit_why_e exitwhy;
       int status;
       apr_proc_t pid;
       int i;