summaryrefslogtreecommitdiff
path: root/i386
diff options
context:
space:
mode:
Diffstat (limited to 'i386')
-rw-r--r--i386/i386/db_interface.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/i386/i386/db_interface.c b/i386/i386/db_interface.c
index fcb18de..a8ac52a 100644
--- a/i386/i386/db_interface.c
+++ b/i386/i386/db_interface.c
@@ -641,6 +641,9 @@ db_phys_eq(
#define DB_USER_STACK_ADDR (VM_MIN_KERNEL_ADDRESS)
#define DB_NAME_SEARCH_LIMIT (DB_USER_STACK_ADDR-(INTEL_PGBYTES*3))
+#define GNU
+
+#ifndef GNU
static boolean_t
db_search_null(
task_t task,
@@ -671,8 +674,7 @@ db_search_null(
}
return FALSE;
}
-
-#define GNU
+#endif /* GNU */
#ifdef GNU
static boolean_t