From: William A. Rowe Jr Date: Wed, 15 Jul 2015 16:15:17 +0000 (+0000) Subject: Fix MOD_OPTIONAL_HOOK_EXPORT_H #include guard spelling (silliest compile X-Git-Tag: 2.2.31~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b204aabd47a19bc8d5759bb2ea8b24c36c393f45;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/STATUS b/STATUS index d9008ffa5b9..02a7e67d772 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 7af6862043b..223f5914e9e 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"