--- Gnu-Mach/ddb/db_ext_symtab.c 2020/09/02 04:43:18 1.1.1.2 +++ Gnu-Mach/ddb/db_ext_symtab.c 2020/09/02 04:48:20 1.1.1.4 @@ -24,11 +24,8 @@ * the rights to redistribute these changes. */ -#include "mach_kdb.h" #if MACH_KDB -#include - #if MACH_DEBUG #include /* vm_address_t */ @@ -36,6 +33,7 @@ #include #include #include +#include #include #include #include @@ -48,12 +46,12 @@ * the caller and the kernel debugger agree on its format. */ kern_return_t -host_load_symbol_table(host, task, name, symtab, symtab_count) - host_t host; - task_t task; - char * name; - pointer_t symtab; - unsigned int symtab_count; +host_load_symbol_table( + host_t host, + task_t task, + char * name, + pointer_t symtab, + unsigned int symtab_count) { kern_return_t result; vm_offset_t symtab_start;