tReplace vacfileisspecial with vacfilemode. - plan9port - [fork] Plan 9 from user space
git clone git://src.adamsgaard.dk/plan9port
Log
Files
Refs
README
LICENSE
---
commit 7f721693ecb469fdb76150df881fa2e2621450f5
parent 6049f61c2898b7bc1e2057596d5aee9135a7d822
Author: rsc 
Date:   Tue, 13 Sep 2005 01:57:16 +0000

Replace vacfileisspecial with vacfilemode.

Diffstat:
  M src/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
t@@ -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);