diff options
| author | Jakub Jirutka <jakub@jirutka.cz> | 2016-10-18 21:10:54 +0200 |
|---|---|---|
| committer | Jakub Jirutka <jakub@jirutka.cz> | 2016-10-18 21:10:54 +0200 |
| commit | f3a6f9ddf387542e9e41ee783b6fb77fb34d4d52 (patch) | |
| tree | d7777b385eee28dc993bb16f482ec4e4eb157f35 /testing/lusca/alpine.patch | |
| parent | f0785ec9c26222cb069cbc688dcb1e71d43463c7 (diff) | |
| download | aports-f3a6f9ddf387542e9e41ee783b6fb77fb34d4d52.tar.bz2 aports-f3a6f9ddf387542e9e41ee783b6fb77fb34d4d52.tar.xz | |
unmaintained/lusca: move from testing
This abuild is untouched since 2014. All the later changes are from mass
changes across repository.
Diffstat (limited to 'testing/lusca/alpine.patch')
| -rw-r--r-- | testing/lusca/alpine.patch | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/testing/lusca/alpine.patch b/testing/lusca/alpine.patch deleted file mode 100644 index e138f915a5..0000000000 --- a/testing/lusca/alpine.patch +++ /dev/null @@ -1,43 +0,0 @@ -Description:minor corrections to compile in Alpine Linux -Author: Diaz Devera Victor <vitronic2@gmail.com> -Last-Update: 2014-09-15 - ---- a/libcore/kb.h -+++ b/libcore/kb.h -@@ -1,6 +1,6 @@ - #ifndef __LIBCORE_KB_H__ - #define __LIBCORE_KB_H__ -- -+#include <stdint.h> - - /* - * XXX this strictly shouldn't be here! ---- a/libcore/tools.h -+++ b/libcore/tools.h -@@ -1,5 +1,6 @@ - #ifndef __LIBCORE_TOOLS_H__ - #define __LIBCORE_TOOLS_H__ -+#include <sys/time.h> - - #define MB ((size_t)1024*1024) - extern double toMB(size_t size); ---- a/libmem/MemPool.h -+++ b/libmem/MemPool.h -@@ -1,5 +1,6 @@ - #ifndef __LIBMEM_MEMPOOL_H__ - #define __LIBMEM_MEMPOOL_H__ -+#include <sys/time.h> - - /* object to track per-action memory usage (e.g. #idle objects) */ - struct _MemMeter { ---- a/src/acl.c -+++ b/src/acl.c -@@ -3176,7 +3176,7 @@ - #if defined(_SQUID_NETBSD_) || defined(_SQUID_OPENBSD_) - #undef free - #endif --#include <sys/sysctl.h> -+#include <linux/sysctl.h> - #endif - #ifdef _SQUID_LINUX_ - #include <net/if_arp.h> |
