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

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

version 1.3, 2000/06/19 22:42:29 version 1.4, 2000/06/19 23:06:25
Line 28 
Line 28 
 stat_main(int argc, char *argv[], char *envp[])  stat_main(int argc, char *argv[], char *envp[])
 {  {
         struct tcfs_status st;          struct tcfs_status st;
         int e, es, ok=0;          int e, es, ok = 0;
         char filesystem[MAXPATHLEN];          char filesystem[MAXPATHLEN];
   
         if (argc == 3 && !strcmp("-p", argv[1])) {          if (argc == 3 && !strcmp("-p", argv[1])) {

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