]> git.pld-linux.org Git - packages/apache-mod_fcgid.git/commitdiff
- obsolete
authordzeus <dzeus@pld-linux.org>
Sat, 7 Feb 2009 20:06:29 +0000 (20:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_fcgid-apache.patch -> 1.2
    apache-mod_fcgid-apr-status-is-success.patch -> 1.2

apache-mod_fcgid-apache.patch [deleted file]
apache-mod_fcgid-apr-status-is-success.patch [deleted file]

diff --git a/apache-mod_fcgid-apache.patch b/apache-mod_fcgid-apache.patch
deleted file mode 100644 (file)
index f4ef14d..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
---- mod_fcgid.1.03/arch/unix/fcgid_proc_unix.c~        2004-11-03 21:54:14.000000000 +0200
-+++ mod_fcgid.1.03/arch/unix/fcgid_proc_unix.c 2005-12-22 02:19:49.000000000 +0200
-@@ -8,6 +8,7 @@
- #include "apr_portable.h"
- #include "apr_pools.h"
- #include "apr_network_io.h"
-+#include "mpm_common.h"
- #include "util_script.h"
- #include "unixd.h"
- #include "mod_core.h"
diff --git a/apache-mod_fcgid-apr-status-is-success.patch b/apache-mod_fcgid-apr-status-is-success.patch
deleted file mode 100644 (file)
index 39a7487..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ur orig-mod_fcgid.1.03/fcgid_bridge.c mod_fcgid.1.03/fcgid_bridge.c
---- orig-mod_fcgid.1.03/fcgid_bridge.c 2004-11-03 12:54:14.000000000 -0700
-+++ mod_fcgid.1.03/fcgid_bridge.c      2004-11-10 16:42:34.497494891 -0700
-@@ -170,7 +170,7 @@
-               rv = apr_bucket_read(e, &bucket_data, &bucket_data_len,
-                                                        APR_BLOCK_READ);
--              if (!APR_STATUS_IS_SUCCESS(rv)) {
-+              if (rv != APR_SUCCESS) {
-                       return 0;
-               }
This page took 0.150233 seconds and 4 git commands to generate.