diff options
Diffstat (limited to 'main/fcgi/fcgi-2.4.0-gcc44_fixes.patch')
-rw-r--r-- | main/fcgi/fcgi-2.4.0-gcc44_fixes.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/main/fcgi/fcgi-2.4.0-gcc44_fixes.patch b/main/fcgi/fcgi-2.4.0-gcc44_fixes.patch deleted file mode 100644 index 6c5cfe2f98..0000000000 --- a/main/fcgi/fcgi-2.4.0-gcc44_fixes.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -up fcgi-2.4.0/libfcgi/fcgio.cpp.gcc44_fixes fcgi-2.4.0/libfcgi/fcgio.cpp ---- fcgi-2.4.0/libfcgi/fcgio.cpp.gcc44_fixes 2002-02-24 21:12:22.000000000 +0100 -+++ fcgi-2.4.0/libfcgi/fcgio.cpp 2009-02-15 11:35:18.000000000 +0100 -@@ -23,6 +23,7 @@ - #endif - - #include <limits.h> -+#include <cstdio> - #include "fcgio.h" - - using std::streambuf; |