From aa6b05c0c2b960490d17c675e9bc17409e6474f2 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Sun, 23 Apr 1995 20:14:58 +0000 Subject: Formerly ext2fs.h.~32~ --- ext2fs/ext2fs.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ext2fs/ext2fs.h b/ext2fs/ext2fs.h index 546bc658..35f4a05c 100644 --- a/ext2fs/ext2fs.h +++ b/ext2fs/ext2fs.h @@ -367,7 +367,9 @@ sync_global_ptr (void *bptr, int wait) { int boffs = trunc_block (bptr_offs (bptr)); global_block_modified (boffs_block (boffs)); - pager_sync_some (disk_pager->p, boffs_ptr (boffs), block_size, wait); + pager_sync_some (disk_pager->p, + (vm_address_t)boffs_ptr (boffs), block_size, + wait); } /* ---------------------------------------------------------------- */ -- cgit v1.2.3