[BACK]Return to filesys-os.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / rdistd

Diff for /src/usr.bin/rdistd/filesys-os.c between version 1.6 and 1.7

version 1.6, 1999/02/04 23:18:57 version 1.7, 2003/04/05 20:31:58
Line 193 
Line 193 
                 mntstruct.me_flags |= MEFLAG_READONLY;                  mntstruct.me_flags |= MEFLAG_READONLY;
 #endif  #endif
         if (f_type_eq(mnt, MOUNT_NFS)) {          if (f_type_eq(mnt, MOUNT_NFS)) {
                 (void) sprintf(remote_dev, "%s", mnt->f_mntfromname);                  (void) snprintf(remote_dev, sizeof remote_dev,
                       "%s", mnt->f_mntfromname);
                 mntstruct.me_path = remote_dev;                  mntstruct.me_path = remote_dev;
                 mntstruct.me_type = METYPE_NFS;                  mntstruct.me_type = METYPE_NFS;
         } else {          } else {

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