r8715: - revert the %PRIi64 stuff. Tim, we explicitly check for %llu support
authorAndrew Tridgell <tridge@samba.org>
Fri, 22 Jul 2005 11:32:01 +0000 (11:32 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:29:58 +0000 (13:29 -0500)
commitc6bae3e87e2dcb3a89bbb32da131627c60871e3d
treebcd26eb0fbccf51cbe450334a250ef25de25e7d7
parent1d2b708da657a3f3c81bb60600f66bc359c2eab7
r8715: - revert the %PRIi64 stuff. Tim, we explicitly check for %llu support
  in configure, and replace snprintf if the system doesn't support
  it. Our replacement code does not handle the "%PRIi64" stuff, so
  using it would break us on lots of platforms

- fixed constant array initialisers to work on HPUX.
source/dsdb/samdb/samdb.c