PERFORCE change 64605 for review
Robert Watson
rwatson at FreeBSD.org
Mon Nov 8 16:46:01 GMT 2004
http://perforce.freebsd.org/chv.cgi?CH=64605
Change 64605 by rwatson at rwatson_tislabs on 2004/11/08 16:45:11
Remove parens that are confusing MPRINTF() and preventing it from
passing multiple arguments to printf().
Affected files ...
.. //depot/projects/trustedbsd/mac/sys/kern/sysv_msg.c#28 edit
.. //depot/projects/trustedbsd/mac/sys/kern/sysv_sem.c#31 edit
Differences ...
==== //depot/projects/trustedbsd/mac/sys/kern/sysv_msg.c#28 (text+ko) ====
@@ -51,7 +51,7 @@
#define DPRINTF(a)
#endif
#ifdef MAC_DEBUG
-#define MPRINTF(a) printf(a)
+#define MPRINTF(a) printf a
#else
#define MPRINTF(a)
#endif
==== //depot/projects/trustedbsd/mac/sys/kern/sysv_sem.c#31 (text+ko) ====
@@ -37,7 +37,7 @@
#define DPRINTF(a)
#endif
#ifdef MAC_DEBUG
-#define MPRINTF(a) printf(a)
+#define MPRINTF(a) printf a
#else
#define MPRINTF(a)
#endif
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list