lib/replace: Replace BSD strtoull by wrapping strtoull instead of strtouq
commit8343c707533e9acd53898778f386a1d93d57763f
authorFelix Janda <felix.janda@posteo.de>
Thu, 22 Oct 2015 10:32:48 +0000 (22 12:32 +0200)
committerStefan Metzmacher <metze@samba.org>
Sat, 31 Oct 2015 21:03:14 +0000 (31 22:03 +0100)
tree383cb36179a4d7df8ff5dfaab323b3fb6010e58c
parentf30a8a28322b1a83909388f983800f99a8c77c14
lib/replace: Replace BSD strtoull by wrapping strtoull instead of strtouq

Same as commit e50bf6d537ef09e936d19d6e0bf63f9bbc5d4818 but for strtoull
instead of strtoll.

Bug: https://bugzilla.samba.org/show_bug.cgi?id=11455

Signed-off-by: Felix Janda <felix.janda@posteo.de>
Reviewed-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
lib/replace/replace.c