Module Name:    src
Committed By:   christos
Date:           Thu Jan 12 23:03:49 UTC 2017

Modified Files:
        src/external/bsd/openldap/include: portable.h

Log Message:
don't mess with snprintf!


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/bsd/openldap/include/portable.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/openldap/include/portable.h
diff -u src/external/bsd/openldap/include/portable.h:1.6 src/external/bsd/openldap/include/portable.h:1.7
--- src/external/bsd/openldap/include/portable.h:1.6	Wed May 28 07:09:18 2014
+++ src/external/bsd/openldap/include/portable.h	Thu Jan 12 18:03:49 2017
@@ -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 */

Reply via email to