diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2012-10-23 11:27:09 +0200 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2012-10-23 11:27:09 +0200 |
commit | 2ea9b0d3dfda3a881c87afc00727ef7dc7de93da (patch) | |
tree | b8c2e4acc8bd3d48f4bcaac01ef24210c97bc1b1 /package/squid/patches/patch-include_squid_endian_h | |
parent | ce99e9214d1490182d0672b9bf09285143218deb (diff) |
update to latest squid upstream
Diffstat (limited to 'package/squid/patches/patch-include_squid_endian_h')
-rw-r--r-- | package/squid/patches/patch-include_squid_endian_h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/package/squid/patches/patch-include_squid_endian_h b/package/squid/patches/patch-include_squid_endian_h deleted file mode 100644 index b89b1121c..000000000 --- a/package/squid/patches/patch-include_squid_endian_h +++ /dev/null @@ -1,15 +0,0 @@ ---- squid-3.1.4.orig/include/squid_endian.h 2010-05-30 15:21:11.000000000 +0200 -+++ squid-3.1.4/include/squid_endian.h 2010-07-31 14:29:02.000000000 +0200 -@@ -65,9 +65,12 @@ - * - * Some systems define htobe16()/be16toh() and friends in <sys/endian.h>. - */ -+#include <sys/param.h> -+#if !defined(BSD) - #if HAVE_BYTESWAP_H - # include <byteswap.h> - #endif /* HAVE_BYTESWAP_H */ -+#endif - #ifdef HAVE_MACHINE_BYTE_SWAP_H - # include <machine/byte_swap.h> - #endif /* HAVE_MACHINE_BYTE_SWAP_H */ |