diff options
Diffstat (limited to 'security/i2pd/files/patch-libi2pd_I2PEndian.h')
-rw-r--r-- | security/i2pd/files/patch-libi2pd_I2PEndian.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/security/i2pd/files/patch-libi2pd_I2PEndian.h b/security/i2pd/files/patch-libi2pd_I2PEndian.h deleted file mode 100644 index 218622fa0df7..000000000000 --- a/security/i2pd/files/patch-libi2pd_I2PEndian.h +++ /dev/null @@ -1,16 +0,0 @@ ---- libi2pd/I2PEndian.h.orig 2017-12-04 18:40:32 UTC -+++ libi2pd/I2PEndian.h -@@ -3,10 +3,10 @@ - #include <inttypes.h> - #include <string.h> - --#if defined(__linux__) || defined(__FreeBSD_kernel__) || defined(__OpenBSD__) --#include <endian.h> --#elif __FreeBSD__ -+#if defined(__FreeBSD__) - #include <sys/endian.h> -+#elif defined(__linux__) || defined(__FreeBSD_kernel__) || defined(__OpenBSD__) -+#include <endian.h> - #elif defined(__APPLE__) && defined(__MACH__) - - #include <libkern/OSByteOrder.h> |