[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.2 and 1.3

version 1.2, 2000/06/19 20:35:47 version 1.3, 2000/06/19 22:42:28
Line 35 
Line 35 
                 return (-1);                  return (-1);
   
         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.2  
changed lines
  Added in v.1.3