mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
parent
d3237d2233
commit
1d71f023bb
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user