From d51c3aadac8805f49e4e8baecc7d71b385c48e5e Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 10 Sep 2015 08:50:09 +0200 Subject: main/talloc: upgrade to 2.1.3 --- main/talloc/fix-libreplace.patch | 29 ----------------------------- 1 file changed, 29 deletions(-) (limited to 'main/talloc/fix-libreplace.patch') diff --git a/main/talloc/fix-libreplace.patch b/main/talloc/fix-libreplace.patch index cfe24757ec..e922be0f1a 100644 --- a/main/talloc/fix-libreplace.patch +++ b/main/talloc/fix-libreplace.patch @@ -1,34 +1,5 @@ --- talloc-2.1.0.orig/lib/replace/replace.c +++ talloc-2.1.0/lib/replace/replace.c -@@ -508,28 +508,6 @@ - # error "You need a strtoll function" - #endif - } --#else --#ifdef HAVE_BSD_STRTOLL --#ifdef HAVE_STRTOQ --long long int rep_strtoll(const char *str, char **endptr, int base) --{ -- long long int nb = strtoq(str, endptr, base); -- /* In linux EINVAL is only returned if base is not ok */ -- if (errno == EINVAL) { -- if (base == 0 || (base >1 && base <37)) { -- /* Base was ok so it's because we were not -- * able to make the convertion. -- * Let's reset errno. -- */ -- errno = 0; -- } -- } -- return nb; --} --#else --#error "You need the strtoq function" --#endif /* HAVE_STRTOQ */ --#endif /* HAVE_BSD_STRTOLL */ - #endif /* HAVE_STRTOLL */ - - @@ -546,28 +524,6 @@ # error "You need a strtoull function" #endif -- cgit v1.2.3