]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Rename macro to a better name and sync with trunk.
authorGuenter Knauf <fuankg@apache.org>
Wed, 6 Oct 2010 10:40:52 +0000 (10:40 +0000)
committerGuenter Knauf <fuankg@apache.org>
Wed, 6 Oct 2010 10:40:52 +0000 (10:40 +0000)
REviewed by: wrowe, rjung.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1004980 13f79535-47bb-0310-9956-ffa450edef68

STATUS
server/gen_test_char.c

diff --git a/STATUS b/STATUS
index cddc942769f2d04d9c51321390a17f4dc3d05812..5ba53781368a22e0aba35c96f4b74c0c4ddc577b 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -135,11 +135,6 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
      2.2.x patch: trunk patch works
      +1: trawick, sf, wrowe
 
-  * gen_test_char.c: rename macro to a better name and sync with trunk.
-    Trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1001398
-    2.2.x patch: http://people.apache.org/~fuankg/diffs/gen_test_char.c.diff
-    +1: fuankg, wrowe, rjung
-
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
index 3835102d82de6158498fbe99159cc64e1960f71c..a0b55100f4ef9894bd0906ddc430cd40b6ea1ee8 100644 (file)
@@ -30,7 +30,7 @@
 #include "apr_lib.h"
 
 #if defined(WIN32) || defined(OS2)
-#define WANT_WIN32_OS2
+#define NEED_ENHANCED_ESCAPES
 #endif
 
 #endif
@@ -80,7 +80,7 @@ int main(int argc, char *argv[])
             printf("\n    ");
 
         /* escape_shell_cmd */
-#if defined(WANT_WIN32_OS2)
+#ifdef NEED_ENHANCED_ESCAPES
         /* Win32/OS2 have many of the same vulnerable characters
          * as Unix sh, plus the carriage return and percent char.
          * The proper escaping of these characters varies from unix