diff options
Diffstat (limited to 'ddb/db_watch.c')
-rw-r--r-- | ddb/db_watch.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ddb/db_watch.c b/ddb/db_watch.c index f0d0443f..5a845eca 100644 --- a/ddb/db_watch.c +++ b/ddb/db_watch.c @@ -64,7 +64,7 @@ db_watchpoint_t db_watchpoint_list = 0; extern vm_map_t kernel_map; -db_watchpoint_t +static db_watchpoint_t db_watchpoint_alloc(void) { db_watchpoint_t watch; @@ -83,7 +83,7 @@ db_watchpoint_alloc(void) return (watch); } -void +static void db_watchpoint_free(watch) db_watchpoint_t watch; { |