diff options
author | Miles Bader <miles@gnu.org> | 1995-04-23 20:14:58 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1995-04-23 20:14:58 +0000 |
commit | aa6b05c0c2b960490d17c675e9bc17409e6474f2 (patch) | |
tree | ab9a7e91296b8f36434b55c9058939930b62765c | |
parent | 9818c608a0b62ff31018d8c348d383fdbf7585b0 (diff) |
Formerly ext2fs.h.~32~
-rw-r--r-- | ext2fs/ext2fs.h | 4 |
1 files changed, 3 insertions, 1 deletions
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); } /* ---------------------------------------------------------------- */ |