]> git.ipfire.org Git - thirdparty/krb5.git/commit
vsnprintf not present on windows
authorJeffrey Altman <jaltman@secure-endpoints.com>
Tue, 9 May 2006 22:26:04 +0000 (22:26 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Tue, 9 May 2006 22:26:04 +0000 (22:26 +0000)
commit15a4448eeff11554e17f77b481ae5881a7ec89a6
treeb75a8f7620054742b69df0a26306f181244edcad
parentcb446fa43a63a93baff16cb7a8bd540581b367b0
vsnprintf not present on windows

vsnprintf is not present on Windows.  Microsoft provides
the _vsnprintf form instead.   Add a macro to allow this
file to compile.

ticket: new

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17993 dc483132-0cff-0310-8789-dd5450dbe970
src/util/support/errors.c