diff options
author | Marin Ramesa <mpr@hi.t-com.hr> | 2013-11-29 22:54:09 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-12-05 06:45:19 +0900 |
commit | 960c3f14be9def8cd11a0b9cedf7ef2cd68c43d1 (patch) | |
tree | 9400f99ea0cf2aa97579496efbd2a13f4c2a3e80 | |
parent | 55d31d595952e67e16f81f7ef60eda96fe577da4 (diff) |
kern: remove forward declaration
* kern/xpr.c (db_printf): Remove forward declaration.
[MACH_KDB] Include ddb/db_output.h.
-rw-r--r-- | kern/xpr.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -132,9 +132,8 @@ void xprinit(void) #if MACH_KDB #include <machine/setjmp.h> +#include <ddb/db_output.h> - -extern void db_printf(); extern jmp_buf_t *db_recover; /* |