diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2007-02-05 19:00:39 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2009-06-18 00:27:03 +0200 |
commit | 30eedb63ec45fbd705677be1b7d75802cf7e69a9 (patch) | |
tree | 028f66e92cd1559e64d969863190f2e164f0d207 | |
parent | a8a675309ffbd1eb03c710c3e580dd4476bf6565 (diff) |
2007-02-05 Thomas Schwinge <tschwinge@gnu.org>
* vm/vm_debug.c (MACH_VM_DEBUG): Correctly place conditional.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | vm/vm_debug.c | 3 |
2 files changed, 5 insertions, 2 deletions
@@ -1,3 +1,7 @@ +2007-02-05 Thomas Schwinge <tschwinge@gnu.org> + + * vm/vm_debug.c (MACH_VM_DEBUG): Correctly place conditional. + 2007-02-04 Thomas Schwinge <tschwinge@gnu.org> * doc/mach.texi (thread_switch): Enhance a bit. diff --git a/vm/vm_debug.c b/vm/vm_debug.c index 893a807..0af58b6 100644 --- a/vm/vm_debug.c +++ b/vm/vm_debug.c @@ -31,8 +31,6 @@ * Exported kernel calls. See mach_debug/mach_debug.defs. */ -#if MACH_VM_DEBUG - #include <string.h> #include <kern/debug.h> @@ -53,6 +51,7 @@ #include <ipc/ipc_port.h> +#if MACH_VM_DEBUG /* * Routine: vm_object_real_name |