summaryrefslogtreecommitdiff
path: root/package/squid/patches/patch-include_squid_types_h
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-06-13 18:06:45 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-06-13 18:06:45 +0200
commit8edb1cd5a6a03b391003a1047e0b3ca6d22acd45 (patch)
tree751b35f97d8dcc1c9da4f0c81d9707701e8d6710 /package/squid/patches/patch-include_squid_types_h
parent92dd4fee15cb7c33868c7d7213f82136955397b1 (diff)
bulk package update
Diffstat (limited to 'package/squid/patches/patch-include_squid_types_h')
-rw-r--r--package/squid/patches/patch-include_squid_types_h26
1 files changed, 0 insertions, 26 deletions
diff --git a/package/squid/patches/patch-include_squid_types_h b/package/squid/patches/patch-include_squid_types_h
deleted file mode 100644
index 538c1da5f..000000000
--- a/package/squid/patches/patch-include_squid_types_h
+++ /dev/null
@@ -1,26 +0,0 @@
---- squid-3.0.STABLE20.orig/include/squid_types.h 2009-10-29 11:05:43.000000000 +0100
-+++ squid-3.0.STABLE20/include/squid_types.h 2009-12-11 23:40:46.000000000 +0100
-@@ -60,9 +60,11 @@
- #if HAVE_SYS_TYPES_H
- #include <sys/types.h>
- #endif
-+#ifndef __FreeBSD__
- #if HAVE_LINUX_TYPES_H
- #include <linux/types.h>
- #endif
-+#endif
- #if STDC_HEADERS
- #include <stdlib.h>
- #include <stddef.h>
-@@ -70,9 +72,11 @@
- #if HAVE_INTTYPES_H
- #include <inttypes.h>
- #endif
-+#ifndef __FreeBSD__
- #if HAVE_SYS_BITYPES_H
- #include <sys/bitypes.h>
- #endif
-+#endif
- #if HAVE_SYS_SELECT_H
- #include <sys/select.h>
- #endif