another int * to size_t * change for getbsize() to make it compile

on LP64 hosts
This commit is contained in:
gallatin 2002-10-24 17:43:56 +00:00
parent 09a6e47dc0
commit 1b6c1cf3e0

View File

@ -60,7 +60,7 @@ static char unused;
static void (*func)(int, struct fs *, char *);
static long blocksize;
static char *header;
static int headerlen;
static size_t headerlen;
static union dinode *get_inode(int, struct fs *, ino_t);
static int virtualblocks(struct fs *, union dinode *);