diff options
Diffstat (limited to 'sys/vm/memguard.h')
-rw-r--r-- | sys/vm/memguard.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/vm/memguard.h b/sys/vm/memguard.h index 335e237..9ec4ffd 100644 --- a/sys/vm/memguard.h +++ b/sys/vm/memguard.h @@ -35,7 +35,7 @@ struct malloc_type; struct vm_map; #ifdef DEBUG_MEMGUARD -unsigned long memguard_fudge(unsigned long, unsigned long); +unsigned long memguard_fudge(unsigned long, const struct vm_map *); void memguard_init(struct vm_map *); void *memguard_alloc(unsigned long, int); void *memguard_realloc(void *, unsigned long, struct malloc_type *, int); |