ifdef DIAGNOSTIC should be ifdef DEBUG (from mycroft)
[unix-history] / usr / src / sys / kern / vfs_syscalls.c
index 67e05d1..3c76b93 100644 (file)
@@ -9,7 +9,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)vfs_syscalls.c      8.15 (Berkeley) %G%
+ *     @(#)vfs_syscalls.c      8.16 (Berkeley) %G%
  */
 
 #include <sys/param.h>
  */
 
 #include <sys/param.h>
@@ -264,7 +264,7 @@ dounmount(mp, flags, p)
 /*
  * Sync each mounted filesystem.
  */
 /*
  * Sync each mounted filesystem.
  */
-#ifdef DIAGNOSTIC
+#ifdef DEBUG
 int syncprt = 0;
 struct ctldebug debug0 = { "syncprt", &syncprt };
 #endif
 int syncprt = 0;
 struct ctldebug debug0 = { "syncprt", &syncprt };
 #endif