diff options
| author | Conrad Meyer <cem@FreeBSD.org> | 2019-12-24 16:19:33 +0000 |
|---|---|---|
| committer | Conrad Meyer <cem@FreeBSD.org> | 2019-12-24 16:19:33 +0000 |
| commit | fea73412a0079f7298ff672b0518bbbb288bc295 (patch) | |
| tree | de5142435ca3980f799dcf8eb259c880712d3e19 /sys/ddb | |
| parent | 57462f8f818c19d1dbc95c5a8611d8b21c297a4b (diff) | |
Notes
Diffstat (limited to 'sys/ddb')
| -rw-r--r-- | sys/ddb/db_ps.c | 2 |
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); |
