From 1d71f023bb4a363637b58a126140c0a5d9c9ea88 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 13 Sep 2006 10:12:55 +0000 Subject: r18457: Argl :-) (This used to be commit cafaf5a37cb0ee41829cce95d2d3f2619d5c2744) --- source3/lib/replace.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/lib/replace.c b/source3/lib/replace.c index 38f0af24d9..451acae577 100644 --- a/source3/lib/replace.c +++ b/source3/lib/replace.c @@ -416,7 +416,7 @@ char *rep_inet_ntoa(struct in_addr ip) #endif /* HAVE_STRTOUL */ #ifndef HAVE_STRTOULL -unsigned long long int rep_strtoull(const char *str, char **endptr, int base) +unsigned long long int strtoull(const char *str, char **endptr, int base) { #ifdef HAVE_STRTOUQ return strtouq(str, endptr, base); -- cgit