View | Details | Raw Unified | Return to bug 202565
Collapse All | Expand All

(-)databases/ldb/files/patch-lib_replace_replace.c (+18 lines)
Line 0 Link Here
1
--- lib/replace/replace.c.orig	2015-07-21 20:32:32 UTC
2
+++ lib/replace/replace.c
3
@@ -518,6 +518,7 @@ long long int rep_strtoll(const char *st
4
 }
5
 #else
6
 #ifdef HAVE_BSD_STRTOLL
7
+#undef strtoll
8
 long long int rep_strtoll(const char *str, char **endptr, int base)
9
 {
10
 	long long int nb = strtoll(str, endptr, base);
11
@@ -553,6 +554,7 @@ unsigned long long int rep_strtoull(cons
12
 #else
13
 #ifdef HAVE_BSD_STRTOLL
14
 #ifdef HAVE_STRTOUQ
15
+#undef strtoull
16
 unsigned long long int rep_strtoull(const char *str, char **endptr, int base)
17
 {
18
 	unsigned long long int nb = strtouq(str, endptr, base);
(-)databases/ntdb/files/patch-lib_replace_replace.c (+18 lines)
Line 0 Link Here
1
--- lib/replace/replace.c.orig	2013-10-27 08:21:21 UTC
2
+++ lib/replace/replace.c
3
@@ -511,6 +511,7 @@ long long int rep_strtoll(const char *st
4
 #else
5
 #ifdef HAVE_BSD_STRTOLL
6
 #ifdef HAVE_STRTOQ
7
+#undef strtoll
8
 long long int rep_strtoll(const char *str, char **endptr, int base)
9
 {
10
 	long long int nb = strtoq(str, endptr, base);
11
@@ -549,6 +550,7 @@ unsigned long long int rep_strtoull(cons
12
 #else
13
 #ifdef HAVE_BSD_STRTOLL
14
 #ifdef HAVE_STRTOUQ
15
+#undef strtoull
16
 unsigned long long int rep_strtoull(const char *str, char **endptr, int base)
17
 {
18
 	unsigned long long int nb = strtouq(str, endptr, base);
(-)databases/tdb/files/patch-lib_replace_replace.c (+18 lines)
Line 0 Link Here
1
--- lib/replace/replace.c.orig	2015-07-21 20:32:32 UTC
2
+++ lib/replace/replace.c
3
@@ -518,6 +518,7 @@ long long int rep_strtoll(const char *st
4
 }
5
 #else
6
 #ifdef HAVE_BSD_STRTOLL
7
+#undef strtoll
8
 long long int rep_strtoll(const char *str, char **endptr, int base)
9
 {
10
 	long long int nb = strtoll(str, endptr, base);
11
@@ -553,6 +554,7 @@ unsigned long long int rep_strtoull(cons
12
 #else
13
 #ifdef HAVE_BSD_STRTOLL
14
 #ifdef HAVE_STRTOUQ
15
+#undef strtoull
16
 unsigned long long int rep_strtoull(const char *str, char **endptr, int base)
17
 {
18
 	unsigned long long int nb = strtouq(str, endptr, base);
(-)devel/talloc/files/patch-lib_replace_replace.c (+18 lines)
Line 0 Link Here
1
--- lib/replace/replace.c.orig	2015-07-21 20:32:32 UTC
2
+++ lib/replace/replace.c
3
@@ -518,6 +518,7 @@ long long int rep_strtoll(const char *st
4
 }
5
 #else
6
 #ifdef HAVE_BSD_STRTOLL
7
+#undef strtoll
8
 long long int rep_strtoll(const char *str, char **endptr, int base)
9
 {
10
 	long long int nb = strtoll(str, endptr, base);
11
@@ -553,6 +554,7 @@ unsigned long long int rep_strtoull(cons
12
 #else
13
 #ifdef HAVE_BSD_STRTOLL
14
 #ifdef HAVE_STRTOUQ
15
+#undef strtoull
16
 unsigned long long int rep_strtoull(const char *str, char **endptr, int base)
17
 {
18
 	unsigned long long int nb = strtouq(str, endptr, base);
(-)devel/tevent/files/patch-lib_replace_replace.c (+18 lines)
Line 0 Link Here
1
--- lib/replace/replace.c.orig	2015-04-29 09:20:16 UTC
2
+++ lib/replace/replace.c
3
@@ -519,6 +519,7 @@ long long int rep_strtoll(const char *st
4
 #else
5
 #ifdef HAVE_BSD_STRTOLL
6
 #ifdef HAVE_STRTOQ
7
+#undef strtoll
8
 long long int rep_strtoll(const char *str, char **endptr, int base)
9
 {
10
 	long long int nb = strtoq(str, endptr, base);
11
@@ -557,6 +558,7 @@ unsigned long long int rep_strtoull(cons
12
 #else
13
 #ifdef HAVE_BSD_STRTOLL
14
 #ifdef HAVE_STRTOUQ
15
+#undef strtoull
16
 unsigned long long int rep_strtoull(const char *str, char **endptr, int base)
17
 {
18
 	unsigned long long int nb = strtouq(str, endptr, base);
(-)net/samba42/files/patch-lib_replace_replace.c (+18 lines)
Line 0 Link Here
1
--- lib/replace/replace.c.orig	2014-10-01 09:16:21 UTC
2
+++ lib/replace/replace.c
3
@@ -511,6 +511,7 @@ long long int rep_strtoll(const char *st
4
 #else
5
 #ifdef HAVE_BSD_STRTOLL
6
 #ifdef HAVE_STRTOQ
7
+#undef strtoll
8
 long long int rep_strtoll(const char *str, char **endptr, int base)
9
 {
10
 	long long int nb = strtoq(str, endptr, base);
11
@@ -549,6 +550,7 @@ unsigned long long int rep_strtoull(cons
12
 #else
13
 #ifdef HAVE_BSD_STRTOLL
14
 #ifdef HAVE_STRTOUQ
15
+#undef strtoull
16
 unsigned long long int rep_strtoull(const char *str, char **endptr, int base)
17
 {
18
 	unsigned long long int nb = strtouq(str, endptr, base);

Return to bug 202565