libexec/include/exec/internal_pager.h | raw changeset files shortlog |
1.1 --- a/libexec/include/exec/internal_pager.h Fri Sep 16 15:17:22 2022 +0200 1.2 +++ b/libexec/include/exec/internal_pager.h Fri Sep 16 15:24:38 2022 +0200 1.3 @@ -55,7 +55,7 @@ 1.4 1.5 /* Region manager/mapper methods. */ 1.6 1.7 - virtual long attach(address_t *start, offset_t size, map_flags_t flags, 1.8 + virtual long attach(address_t *start, address_t size, map_flags_t flags, 1.9 l4_cap_idx_t ds, address_t offset, unsigned char align); 1.10 1.11 };