diff options
Diffstat (limited to 'usr/src/uts/common/sys/mdesc_impl.h')
-rw-r--r-- | usr/src/uts/common/sys/mdesc_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/sys/mdesc_impl.h b/usr/src/uts/common/sys/mdesc_impl.h index 920c42093f..9d8083a513 100644 --- a/usr/src/uts/common/sys/mdesc_impl.h +++ b/usr/src/uts/common/sys/mdesc_impl.h @@ -115,7 +115,7 @@ struct MACHINE_DESCRIPTION { caddr_t caddr; void *(*allocp)(size_t); - void (*freep)(void*); + void (*freep)(void*, size_t); md_header_t *headerp; md_element_t *mdep; |