plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit 7f721693ecb469fdb76150df881fa2e2621450f5
parent 6049f61c2898b7bc1e2057596d5aee9135a7d822
Author: rsc <devnull@localhost>
Date:   Tue, 13 Sep 2005 01:57:16 +0000

Replace vacfileisspecial with vacfilemode.

Diffstat:
Msrc/cmd/vac/vac.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cmd/vac/vac.h b/src/cmd/vac/vac.h @@ -122,7 +122,7 @@ uvlong vacfilegetid(VacFile *file); ulong vacfilegetmcount(VacFile *file); int vacfileisdir(VacFile *file); int vacfileisroot(VacFile *file); -int vacfileisspecial(VacFile *file); +int vacfilegetmode(VacFile *file); int vacfilegetblocksize(VacFile *file, u32int bn, u8int *score); int vacfilegetsize(VacFile *file, uvlong *size); int vacfilegetdir(VacFile *file, VacDir *dir);