consistency is the hobgoblin of little minds. (taj/andrey)
This commit is contained in:
parent
f65cd0d511
commit
3f6a501b4d
2 changed files with 3 additions and 3 deletions
|
|
@ -481,10 +481,10 @@ int vtfilesetdirsize(VtFile*, u32int);
|
|||
void vtfileunlock(VtFile*);
|
||||
int vtfilelock(VtFile*, int);
|
||||
int vtfilelock2(VtFile*, VtFile*, int);
|
||||
int vtfileflushbefore(VtFile*, uvlong);
|
||||
int vtfileflushbefore(VtFile*, u64int);
|
||||
int vtfiletruncate(VtFile*);
|
||||
uvlong vtfilegetsize(VtFile*);
|
||||
int vtfilesetsize(VtFile*, uvlong);
|
||||
int vtfilesetsize(VtFile*, u64int);
|
||||
int vtfileremove(VtFile*);
|
||||
|
||||
extern int chattyventi;
|
||||
|
|
|
|||
|
|
@ -389,7 +389,7 @@ shrinksize(VtFile *r, VtEntry *e, uvlong size)
|
|||
}
|
||||
|
||||
int
|
||||
vtfilesetsize(VtFile *r, uvlong size)
|
||||
vtfilesetsize(VtFile *r, u64int size)
|
||||
{
|
||||
int depth, edepth;
|
||||
VtEntry e;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue