diff options
author | Johannes Winkelmann <jw@smts.ch> | 2009-06-18 10:42:49 +0200 |
---|---|---|
committer | Johannes Winkelmann <jw@smts.ch> | 2009-06-18 10:42:49 +0200 |
commit | d97dbb9bd4561648a8f5b62b82987fed4c4b07c2 (patch) | |
tree | 8147e2e0ba90861a250bcc1851dea8b69df024a2 /httpup | |
parent | 7959917e05c393c06a160bd29b13a4c99396bce3 (diff) | |
download | core-d97dbb9bd4561648a8f5b62b82987fed4c4b07c2.tar.gz core-d97dbb9bd4561648a8f5b62b82987fed4c4b07c2.tar.xz |
httpup: remove superfluous patch
Diffstat (limited to 'httpup')
-rw-r--r-- | httpup/httpup.diff | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/httpup/httpup.diff b/httpup/httpup.diff deleted file mode 100644 index 0160f4d1..00000000 --- a/httpup/httpup.diff +++ /dev/null @@ -1,24 +0,0 @@ -From 4220cc4e0f59c74d9c0c554260523dc9b270f631 Mon Sep 17 00:00:00 2001 -From: Tilman Sauerbeck <tilman@crux.nu> -Date: Wed, 13 May 2009 18:45:47 +0200 -Subject: [PATCH] Fixed the build with gcc 4.4. - ---- - configparser.cpp | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) - -diff --git a/configparser.cpp b/configparser.cpp -index c70df82..5ed1c95 100644 ---- a/configparser.cpp -+++ b/configparser.cpp -@@ -10,6 +10,7 @@ - //////////////////////////////////////////////////////////////////////// - - #include <iostream> -+#include <cstdio> - #include <cstring> - #include "configparser.h" - --- -1.6.3.1 - |