PERFORCE change 132466 for review

Zhouyi ZHOU zhouzhouyi at FreeBSD.org
Fri Jan 4 00:01:34 PST 2008


http://perforce.freebsd.org/chv.cgi?CH=132466

Change 132466 by zhouzhouyi at zhouzhouyi_mactest on 2008/01/04 08:00:34

	kdb_enter needs two argument

Affected files ...

.. //depot/projects/soc2007/zhouzhouyi_mactest_soc/sys/security/mac_test/mac_test.c#18 edit

Differences ...

==== //depot/projects/soc2007/zhouzhouyi_mactest_soc/sys/security/mac_test/mac_test.c#18 (text+ko) ====

@@ -171,7 +171,7 @@
 #define	COUNTER_INC1(variable)	atomic_add_int(&counter_##variable, 1)
 
 #ifdef KDB
-#define	DEBUGGER(func, string)	kdb_enter((string))
+#define	DEBUGGER(func, string)	kdb_enter(KDB_WHY_MAC,(string))
 #else
 #define	DEBUGGER(func, string)	printf("mac_test: %s: %s\n", (func), (string))
 #endif


More information about the p4-projects mailing list