]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix MOD_OPTIONAL_HOOK_EXPORT_H #include guard spelling (silliest compile
authorWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 15 Jul 2015 16:15:17 +0000 (16:15 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 15 Jul 2015 16:15:17 +0000 (16:15 +0000)
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

STATUS
modules/test/mod_optional_hook_export.h

diff --git a/STATUS b/STATUS
index d9008ffa5b90dae064a8e46bab06483ba986dcf9..02a7e67d7726ddc55a4dd2c6bd7a08a47f95e1a9 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -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
 
index 7af6862043ba7f52c7af2387b6c74963aadca19c..223f5914e9e0b74353df19a4415604baffaf7a41 100644 (file)
@@ -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"