polachok's projects
/
dragonfly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
157afb1
)
modules: Kill debugging.
author
Matthew Dillon <dillon@apollo.backplane.com>
Thu, 3 Sep 2009 23:53:50 +0000 (16:53 -0700)
committer
Matthew Dillon <dillon@apollo.backplane.com>
Thu, 3 Sep 2009 23:53:50 +0000 (16:53 -0700)
Requested-by: corecode
sys/sys/linker.h
patch
|
blob
|
blame
|
history
diff --git
a/sys/sys/linker.h
b/sys/sys/linker.h
index
68e7fe4
..
f2ffc9e
100644
(file)
--- a/
sys/sys/linker.h
+++ b/
sys/sys/linker.h
@@
-289,8
+289,6
@@
extern void preload_delete_name(const char *);
extern void preload_bootstrap_relocate(vm_offset_t);
extern struct mod_metadata *find_mod_metadata(const char *);
-
-#define KLD_DEBUG
#ifdef KLD_DEBUG
extern int kld_debug;