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

Diff for /src/usr.bin/rdistd/filesys.c between version 1.15 and 1.16

version 1.15, 2014/07/05 10:21:24 version 1.16, 2015/01/10 07:56:16
Line 216 
Line 216 
         mntent_t *mnt;          mntent_t *mnt;
         int timeo = 310;          int timeo = 310;
   
         if (setmountent()) {          if (!setmountent()) {
                 message(MT_NERROR, "setmntent failed: %s", SYSERR);                  message(MT_NERROR, "setmntent failed: %s", SYSERR);
                 return(NULL);                  return(NULL);
         }          }

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16