summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2015-07-15 16:15:17 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2015-07-15 16:15:17 +0000
commitb204aabd47a19bc8d5759bb2ea8b24c36c393f45 (patch)
treea04cfeef43f2740a6cf2a08210c614a17ed8f3d0
parentb3ad262a29d382dae6f3f4a4fda349253e8f9255 (diff)
downloadhttpd-b204aabd47a19bc8d5759bb2ea8b24c36c393f45.tar.gz
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
-rw-r--r--STATUS6
-rw-r--r--modules/test/mod_optional_hook_export.h2
2 files changed, 1 insertions, 7 deletions
diff --git a/STATUS b/STATUS
index d9008ffa5b..02a7e67d77 100644
--- 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
diff --git a/modules/test/mod_optional_hook_export.h b/modules/test/mod_optional_hook_export.h
index 7af6862043..223f5914e9 100644
--- a/modules/test/mod_optional_hook_export.h
+++ b/modules/test/mod_optional_hook_export.h
@@ -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"