Clean up compiler warnings from { gcc -Wall }, many of which I introduced with
authorPhil Pennock <pdp@exim.org>
Mon, 7 Jun 2010 00:12:42 +0000 (00:12 +0000)
committerPhil Pennock <pdp@exim.org>
Mon, 7 Jun 2010 00:12:42 +0000 (00:12 +0000)
the ClamAV and openssl_options patches in this release.

Logic in buildconfig.c for adjusting some print format strings assumed that
long ints were four bytes; adjust to test this against reality, to remove
spurious warnings on my dev box (FreeBSD/amd64).

Note: this commit adds a buildconfig.h dependency upon inttypes.h, which was in
SUSv2, so should be safe.


No differences found