diff options
Diffstat (limited to 'ddb/db_cond.h')
-rw-r--r-- | ddb/db_cond.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ddb/db_cond.h b/ddb/db_cond.h index dec4967d..6b9c3a5b 100644 --- a/ddb/db_cond.h +++ b/ddb/db_cond.h @@ -24,7 +24,7 @@ #include <sys/types.h> #include <machine/db_machdep.h> -extern void db_cond_free (db_thread_breakpoint_t bkpt); +extern void db_cond_free (const db_thread_breakpoint_t bkpt); extern boolean_t db_cond_check (db_thread_breakpoint_t bkpt); |