summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--freebsd/vm/uma_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/freebsd/vm/uma_core.c b/freebsd/vm/uma_core.c
index ba09346d..c8141e10 100644
--- a/freebsd/vm/uma_core.c
+++ b/freebsd/vm/uma_core.c
@@ -54,10 +54,10 @@ __FBSDID("$FreeBSD$");
/* I should really use ktr.. */
/*
-*/
#define UMA_DEBUG 1
#define UMA_DEBUG_ALLOC 1
#define UMA_DEBUG_ALLOC_1 1
+*/
#include <freebsd/local/opt_ddb.h>
#include <freebsd/local/opt_param.h>