URI:
       tReplace vacfileisspecial with vacfilemode. - plan9port - [fork] Plan 9 from user space
  HTML git clone git://src.adamsgaard.dk/plan9port
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 7f721693ecb469fdb76150df881fa2e2621450f5
   DIR parent 6049f61c2898b7bc1e2057596d5aee9135a7d822
  HTML Author: rsc <devnull@localhost>
       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(-)
       ---
   DIR 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);