Fix vacfilegetmode.
This commit is contained in:
parent
715e3ca641
commit
df4bcf4686
2 changed files with 1 additions and 7 deletions
|
|
@ -992,12 +992,6 @@ vacfileisdir(VacFile *f)
|
|||
return (f->dir.mode & ModeDir) != 0;
|
||||
}
|
||||
|
||||
int
|
||||
vacfilegetmode(VacFile *f)
|
||||
{
|
||||
return f->dir.mode;
|
||||
}
|
||||
|
||||
int
|
||||
vacfileisroot(VacFile *f)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -122,7 +122,7 @@ uvlong vacfilegetid(VacFile *file);
|
|||
ulong vacfilegetmcount(VacFile *file);
|
||||
int vacfileisdir(VacFile *file);
|
||||
int vacfileisroot(VacFile *file);
|
||||
int vacfilegetmode(VacFile *file);
|
||||
ulong vacfilegetmode(VacFile *file);
|
||||
int vacfilegetblocksize(VacFile *file, u32int bn, u8int *score);
|
||||
int vacfilegetsize(VacFile *file, uvlong *size);
|
||||
int vacfilegetdir(VacFile *file, VacDir *dir);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue