Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/openldap/include don't mess with snprintf!



details:   https://anonhg.NetBSD.org/src/rev/07d3a2893bee
branches:  trunk
changeset: 820642:07d3a2893bee
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Jan 12 23:03:49 2017 +0000

description:
don't mess with snprintf!

diffstat:

 external/bsd/openldap/include/portable.h |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r ea33447f2e5d -r 07d3a2893bee external/bsd/openldap/include/portable.h
--- a/external/bsd/openldap/include/portable.h  Thu Jan 12 22:57:26 2017 +0000
+++ b/external/bsd/openldap/include/portable.h  Thu Jan 12 23:03:49 2017 +0000
@@ -1116,7 +1116,7 @@
 /* #undef size_t */
 
 /* define to snprintf routine */
-#define snprintf _snprintf
+/* #undef _snprintf */
 
 /* Define like ber_socklen_t if <sys/socket.h> does not define. */
 /* #undef socklen_t */



Home | Main Index | Thread Index | Old Index