portability: warn if provided snprintf.c is used
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 19 Jun 2011 14:46:01 +0000 (15:46 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 26 Jun 2011 11:07:26 +0000 (12:07 +0100)
commitdee2e14c6ebac12102256639fc9e53d21eb871b2
tree121e75a28a579b6634dc5a9c3149751ffa30507e
parent4a8aed08c72d7ea444e430c4023960ab28e559cd
portability: warn if provided snprintf.c is used

We don't have any visibility of changes to fix bugs in the snprintf
which is supplied with secnet.  Therefore at the very least we should
print a warning if we turn out to use it, rather than perhaps silently
using an ancient and perhaps-buggy implementation.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
snprintf.c