[BACK]Return to tcfs_getstatus.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tcfs

Diff for /src/usr.bin/tcfs/Attic/tcfs_getstatus.c between version 1.3 and 1.4

version 1.3, 2000/06/19 22:42:28 version 1.4, 2000/06/19 23:06:25
Line 37 
Line 37 
         x.cmd = TCFS_GET_STATUS;          x.cmd = TCFS_GET_STATUS;
         i = tcfs_callfunction(filesystem, &x);          i = tcfs_callfunction(filesystem, &x);
         *st = x.st;          *st = x.st;
   
         return (i);          return (i);
 }  }

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4