projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56154de
)
Don't define vsnprintf for Windows here
author
Ken Raeburn
<raeburn@mit.edu>
Wed, 1 Aug 2007 00:00:25 +0000
(
00:00
+0000)
committer
Ken Raeburn
<raeburn@mit.edu>
Wed, 1 Aug 2007 00:00:25 +0000
(
00:00
+0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19741
dc483132
-0cff-0310-8789-
dd5450dbe970
src/util/support/errors.c
patch
|
blob
|
history
diff --git
a/src/util/support/errors.c
b/src/util/support/errors.c
index 94290f857a0d433dcaa673888df98053118cd603..36ea11c3ad849278e84ecb406b91285131dcd36f 100644
(file)
--- a/
src/util/support/errors.c
+++ b/
src/util/support/errors.c
@@
-11,12
+11,6
@@
#include "k5-platform.h"
#include "supp-int.h"
-#ifdef _WIN32
-#ifndef vsnprintf
-#define vsnprintf _vsnprintf
-#endif
-#endif
-
/* It would be nice to just use error_message() always. Pity that
it's defined in a library that depends on this one, and we're not
allowed to make circular dependencies. */