summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-proxy/privoxy/files/privoxy-3.0.6-implicit-decl.patch')
-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__)