Commit 303d2021 authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

Fix MOD_OPTIONAL_HOOK_EXPORT_H #include guard spelling (silliest compile

warning in 2.2 codebase?)
Backports: r1514215
Submitted by: trawick



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1691240 13f79535-47bb-0310-9956-ffa450edef68
parent 9a429e0d
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -117,12 +117,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     2.2.x patch: http://people.apache.org/~ylavic/httpd-2.2.x-SubstituteInheritBefore-v4.patch
     +1: ylavic

  *) Fix MOD_OPTIONAL_HOOK_EXPORT_H include guard spelling (silliest compile
     warning in 2.2 codebase?)
     trunk patch: r1514215
     2.4.x: grabbed from trunk in r1523248
     2.2.x patch: trunk patch works
     +1: trawick, ylavic

PATCHES/ISSUES THAT ARE STALLED

+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
 */

#ifndef MOD_OPTIONAL_HOOK_EXPORT_H
#define MOD_OPTOPNAL_HOOK_EXPORT_H
#define MOD_OPTIONAL_HOOK_EXPORT_H

#include "ap_config.h"