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

Diff for /src/usr.bin/tcfs/Attic/tcfs_getfspath.c between version 1.6 and 1.7

version 1.6, 2000/06/20 07:58:57 version 1.7, 2000/06/20 10:46:51
Line 79 
Line 79 
                                 break;                                  break;
   
                         if (path) {                          if (path) {
                                 strlcpy(path, mountpoint, sizeof(*path));                                  strcpy(path, mountpoint);
                                 found = 1;                                  found = 1;
                         }                          }
   

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7