aboutsummaryrefslogtreecommitdiff
path: root/sys/ddb
diff options
context:
space:
mode:
authorConrad Meyer <cem@FreeBSD.org>2019-12-24 16:19:33 +0000
committerConrad Meyer <cem@FreeBSD.org>2019-12-24 16:19:33 +0000
commitfea73412a0079f7298ff672b0518bbbb288bc295 (patch)
treede5142435ca3980f799dcf8eb259c880712d3e19 /sys/ddb
parent57462f8f818c19d1dbc95c5a8611d8b21c297a4b (diff)
Notes
Diffstat (limited to 'sys/ddb')
-rw-r--r--sys/ddb/db_ps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ddb/db_ps.c b/sys/ddb/db_ps.c
index 3c2ffa8633245..17aa28b61c8f0 100644
--- a/sys/ddb/db_ps.c
+++ b/sys/ddb/db_ps.c
@@ -265,7 +265,7 @@ dumpthread(volatile struct proc *p, volatile struct thread *td, int all)
{
char state[9], wprefix;
const char *wmesg;
- void *wchan;
+ const void *wchan;
if (all) {
db_printf("%6d ", td->td_tid);