From 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 21:03:06 +0100 Subject: gentoo resync : 14.07.2018 --- dev-util/hxd/files/hxd-0.70.02-llong-redef.patch | 25 ++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 dev-util/hxd/files/hxd-0.70.02-llong-redef.patch (limited to 'dev-util/hxd/files/hxd-0.70.02-llong-redef.patch') diff --git a/dev-util/hxd/files/hxd-0.70.02-llong-redef.patch b/dev-util/hxd/files/hxd-0.70.02-llong-redef.patch new file mode 100644 index 000000000000..e9e230c867ac --- /dev/null +++ b/dev-util/hxd/files/hxd-0.70.02-llong-redef.patch @@ -0,0 +1,25 @@ + general.h | 4 ++-- + 1 files changed, 2 insertions(+), 2 deletions(-) + +diff --git a/general.h b/general.h +index 0a2ebe7..b749945 100644 +--- a/general.h ++++ b/general.h +@@ -56,7 +56,7 @@ + + #ifdef HAVE_LONGLONG + loff_t lseek64( int fd, loff_t offset, int whence ); +-#define LLONG_MAX 0x7fffffffffffffffll ++#define L_LONG_MAX 0x7fffffffffffffffll + #undef LSEEK + #define LSEEK(A,B,C) lseek64((A),(B),(C)) + #undef STRTOL +@@ -64,7 +64,7 @@ loff_t lseek64( int fd, loff_t offset, int whence ); + #undef SIZE_MIN + #define SIZE_MIN ( (loff_t) 0 ) + #undef SIZE_MAX +-#define SIZE_MAX ( LLONG_MAX - 1 ) ++#define SIZE_MAX ( L_LONG_MAX - 1 ) + #undef OFF_T + #define OFF_T loff_t + #endif -- cgit v1.2.3