another int * to size_t * change for getbsize() to make it compile
on LP64 hosts
This commit is contained in:
parent
09a6e47dc0
commit
1b6c1cf3e0
@ -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 *);
|
||||
|
Loading…
Reference in New Issue
Block a user