r16003: Tru64 doesn't have strtoll/strtoull but the size of 'long' is equal to
authorStefan Metzmacher <metze@samba.org>
Fri, 2 Jun 2006 12:51:42 +0000 (12:51 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:08:48 +0000 (14:08 -0500)
commitc62d1d21ab0f3ff34c1c695ff2132b5a9ff25eaa
tree4f68bec2f68b4193fe485b2280c3de864700cf0c
parent4b74445676cb601e16e96d70224604d9bd6248c2
r16003: Tru64 doesn't have strtoll/strtoull but the size of 'long' is equal to
the size of 'long long' so we can use strtol/strtoul

Patch from Bjoern Jacke, thanks!
(I only added the SIZEOF_LONG == SIZEOF_LONG_LONG)

metze
(This used to be commit 2bda7b63be1257210601dac3e2b1070f48d765b4)
source4/lib/replace/replace.c