summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2008-07-13 14:30:56 +0000
committerAlin Năstac <mrness@gentoo.org>2008-07-13 14:30:56 +0000
commit00242ba21a71e0bc8d8bf82ddadd378aebe8c4ac (patch)
tree6e96d5c18132adc927b0fad346902db68edfa111 /net-proxy/privoxy/files
parentVersion bump. (diff)
downloadhistorical-00242ba21a71e0bc8d8bf82ddadd378aebe8c4ac.tar.gz
historical-00242ba21a71e0bc8d8bf82ddadd378aebe8c4ac.tar.bz2
historical-00242ba21a71e0bc8d8bf82ddadd378aebe8c4ac.zip
Remove obsolete version.
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'net-proxy/privoxy/files')
-rw-r--r--net-proxy/privoxy/files/privoxy-3.0.6-implicit-decl.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/net-proxy/privoxy/files/privoxy-3.0.6-implicit-decl.patch b/net-proxy/privoxy/files/privoxy-3.0.6-implicit-decl.patch
deleted file mode 100644
index 4c2029729956..000000000000
--- a/net-proxy/privoxy/files/privoxy-3.0.6-implicit-decl.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -Nru privoxy-3.0.6-stable.orig/parsers.c privoxy-3.0.6-stable/parsers.c
---- privoxy-3.0.6-stable.orig/parsers.c 2006-11-13 21:05:51.000000000 +0200
-+++ privoxy-3.0.6-stable/parsers.c 2007-04-11 16:07:33.000000000 +0300
-@@ -541,6 +541,7 @@
- #include <ctype.h>
- #include <assert.h>
- #include <string.h>
-+#define __USE_XOPEN
- #include <time.h>
-
- #if !defined(_WIN32) && !defined(__OS2__)