From 8a557b8141afb60e23f38fef5478ac0300ebc260 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 13 Jun 2012 18:43:31 +0200 Subject: reorg repo --- mod_perl-2.0.4-inline.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 mod_perl-2.0.4-inline.patch (limited to 'mod_perl-2.0.4-inline.patch') diff --git a/mod_perl-2.0.4-inline.patch b/mod_perl-2.0.4-inline.patch new file mode 100644 index 0000000..b49af77 --- /dev/null +++ b/mod_perl-2.0.4-inline.patch @@ -0,0 +1,11 @@ +--- mod_perl-2.0.4/src/modules/perl/modperl_common_util.h.inline ++++ mod_perl-2.0.4/src/modules/perl/modperl_common_util.h +@@ -22,7 +22,7 @@ + #ifdef MP_DEBUG + #define MP_INLINE + #else +-#define MP_INLINE APR_INLINE ++#define MP_INLINE + #endif + + #ifdef CYGWIN -- cgit