summaryrefslogtreecommitdiffstats
path: root/sys/ddb/db_kld.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2000-01-11 13:25:12 +0000
committerpeter <peter@FreeBSD.org>2000-01-11 13:25:12 +0000
commita6ad092de6eabcb290ba6d77fca07aa407f77e20 (patch)
treec41e24c1f6e85cef73330d63b348d381d19f2c91 /sys/ddb/db_kld.c
parentc972b41b2fbd155e3bad5d5ff8c851fc87be6e69 (diff)
downloadFreeBSD-src-a6ad092de6eabcb290ba6d77fca07aa407f77e20.zip
FreeBSD-src-a6ad092de6eabcb290ba6d77fca07aa407f77e20.tar.gz
Fix a typo in the db_kld.c file - it's kld support not raw a.out support.
Always use db_kld.c for symbol table support as the base kernel maintains this information.
Diffstat (limited to 'sys/ddb/db_kld.c')
-rw-r--r--sys/ddb/db_kld.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/ddb/db_kld.c b/sys/ddb/db_kld.c
index a363ec3..9599299 100644
--- a/sys/ddb/db_kld.c
+++ b/sys/ddb/db_kld.c
@@ -32,11 +32,9 @@
* Date: 7/90
*/
/*
- * Symbol table routines for a.out format files.
+ * Symbol table routines for kld maintained kernels.
*/
-#if defined(__ELF__)
-
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/linker.h>
@@ -126,4 +124,3 @@ kdb_init()
{
db_add_symbol_table(0, 0, "kernel", 0);
}
-#endif
OpenPOWER on IntegriCloud