summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/conf/files1
-rw-r--r--sys/ddb/db_kld.c4
2 files changed, 2 insertions, 3 deletions
diff --git a/sys/conf/files b/sys/conf/files
index fbddd0f..69c78b9 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -67,7 +67,6 @@ cam/scsi/scsi_scan.c optional scan
cam/scsi/scsi_target.c optional targ
ddb/db_access.c optional ddb
ddb/db_kld.c optional ddb
-ddb/db_elf.c optional ddb
ddb/db_aout.c optional ddb
ddb/db_break.c optional ddb
ddb/db_command.c optional ddb
diff --git a/sys/ddb/db_kld.c b/sys/ddb/db_kld.c
index ed5bbd0..f6d1e57 100644
--- a/sys/ddb/db_kld.c
+++ b/sys/ddb/db_kld.c
@@ -23,7 +23,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: db_kld.c,v 1.2 1998/07/05 10:11:20 dfr Exp $
+ * $Id: db_kld.c,v 1.3 1998/10/09 23:34:09 peter Exp $
* from db_aout.c,v 1.20 1998/06/07 17:09:36 dfr Exp
*/
@@ -35,7 +35,7 @@
* Symbol table routines for a.out format files.
*/
-#if defined(__ELF__) && !defined(__alpha__)
+#if defined(__ELF__)
#include <sys/param.h>
#include <sys/systm.h>
OpenPOWER on IntegriCloud