You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by nd...@apache.org on 2004/02/04 21:18:32 UTC

cvs commit: httpd-2.0/include ap_mpm.h

nd          2004/02/04 12:18:32

  Modified:    include  ap_mpm.h
  Log:
  outch. Fix include guard to match the right name.
  
  Revision  Changes    Path
  1.38      +2 -2      httpd-2.0/include/ap_mpm.h
  
  Index: ap_mpm.h
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/include/ap_mpm.h,v
  retrieving revision 1.37
  retrieving revision 1.38
  diff -u -u -r1.37 -r1.38
  --- ap_mpm.h	1 Jan 2004 13:26:16 -0000	1.37
  +++ ap_mpm.h	4 Feb 2004 20:18:32 -0000	1.38
  @@ -52,8 +52,8 @@
    * <http://www.apache.org/>.
    */
   
  -#ifndef AP_MMN_H
  -#define AP_MMN_H
  +#ifndef AP_MPM_H
  +#define AP_MPM_H
   
   #include "apr_thread_proc.h"