Kernel/VFS - Disabled debug in VFS_MMap
authorJohn Hodge <[email protected]>
Fri, 28 Oct 2011 02:04:11 +0000 (10:04 +0800)
committerJohn Hodge <[email protected]>
Fri, 28 Oct 2011 02:04:11 +0000 (10:04 +0800)
Kernel/vfs/mmap.c

index b5285af..f4132d5 100644 (file)
@@ -5,7 +5,7 @@
  * mmap.c
  * - VFS_MMap support
  */
-#define DEBUG  1
+#define DEBUG  0
 #include <acess.h>
 #include <vfs.h>
 #include <vfs_ext.h>

UCC git Repository :: git.ucc.asn.au