PERFORCE change 53351 for review

Marcel Moolenaar marcel at FreeBSD.org
Sun May 23 14:03:29 PDT 2004


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

Change 53351 by marcel at marcel_nfs on 2004/05/23 14:02:02

	s/DDB/KDB/

Affected files ...

.. //depot/projects/gdb/sys/fs/nullfs/null_subr.c#3 edit

Differences ...

==== //depot/projects/gdb/sys/fs/nullfs/null_subr.c#3 (text+ko) ====

@@ -304,9 +304,8 @@
 }
 
 #ifdef DIAGNOSTIC
-#include "opt_ddb.h"
 
-#ifdef DDB
+#ifdef KDB
 #define	null_checkvp_barrier	1
 #else
 #define	null_checkvp_barrier	0


More information about the p4-projects mailing list