From 8ac35134d6621e4753547c3ff201a653327f3b5f Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 23 Apr 1996 19:00:00 +0000 Subject: (block_extended): --- ufs/sizes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ufs') diff --git a/ufs/sizes.c b/ufs/sizes.c index 8e4a85e9..98ec49d1 100644 --- a/ufs/sizes.c +++ b/ufs/sizes.c @@ -402,7 +402,7 @@ block_extended (struct node *np, (void *) &buf, vm_page_size); /* If this page is the last one, then zero the excess first */ if (off + vm_page_size > old_size) - bzero ((vod *)(buf + old_size - off), + bzero ((void *)(buf + old_size - off), vm_page_size - (old_size - off)); offer_data (np, lbn * sblock->fs_bsize + off, vm_page_size, buf); } -- cgit v1.2.3