svn rev #24126: trunk/src/lib/crypto/krb/yarrow/

ghudson@MIT.EDU ghudson at MIT.EDU
Thu Jun 10 10:57:33 EDT 2010


http://src.mit.edu/fisheye/changelog/krb5/?cs=24126
Commit By: ghudson
Log Message:
In yarrow.c, undefine k5-trace.h's TRACE before defining it to avoid a
conflict.



Changed Files:
U   trunk/src/lib/crypto/krb/yarrow/yarrow.c
Modified: trunk/src/lib/crypto/krb/yarrow/yarrow.c
===================================================================
--- trunk/src/lib/crypto/krb/yarrow/yarrow.c	2010-06-10 14:54:28 UTC (rev 24125)
+++ trunk/src/lib/crypto/krb/yarrow/yarrow.c	2010-06-10 14:57:33 UTC (rev 24126)
@@ -43,6 +43,7 @@
 #   include <stdio.h>
 #endif
 
+#undef TRACE
 #if defined( YARROW_TRACE )
 extern int yarrow_verbose;
 #define TRACE( x ) do { if (yarrow_verbose) { x } } while (0)




More information about the cvs-krb5 mailing list