r21174: many thanks to Paul Wayper for pointing out that C99 requires a
commit8538af1107a6e894d4941708b77e79fac587e35d
authorAndrew Tridgell <tridge@samba.org>
Tue, 6 Feb 2007 05:26:25 +0000 (6 05:26 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:44:42 +0000 (10 14:44 -0500)
tree1494d0029526a4c9c7a99a7906749b382a7cab28
parent80d3b780e566dcb0a23fe4f1a89749acf4c3f470
r21174: many thanks to Paul Wayper for pointing out that C99 requires a
matching va_end() for each va_copy(). This doesn't matter for most
architectures, but there could be some obscure ones where it does
matter.

some of this should be ported to Samba3
(This used to be commit 21eb316473486cb6b73bb3ff9c5f3a44ecd57e4a)
source4/lib/replace/snprintf.c
source4/lib/talloc/talloc.c
source4/lib/util/dprintf.c
source4/lib/util/util_file.c
source4/lib/util/xfile.c