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/6539b582974b
branches: trunk
changeset: 350500:6539b582974b
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 00fb15e4fea1 -r 6539b582974b 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