summaryrefslogtreecommitdiffstats
path: root/sys/ddb/db_capture.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/ddb/db_capture.c')
-rw-r--r--sys/ddb/db_capture.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/ddb/db_capture.c b/sys/ddb/db_capture.c
index 50ae2cf..de958d6 100644
--- a/sys/ddb/db_capture.c
+++ b/sys/ddb/db_capture.c
@@ -331,8 +331,7 @@ db_capture_usage(void)
}
void
-db_capture_cmd(db_expr_t addr, boolean_t have_addr, db_expr_t count,
- char *modif)
+db_capture_cmd(db_expr_t addr, bool have_addr, db_expr_t count, char *modif)
{
int t;
OpenPOWER on IntegriCloud