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

Diff for /src/usr.bin/at/at.c between version 1.81 and 1.82

version 1.81, 2017/06/15 19:37:10 version 1.82, 2019/06/28 13:35:00
Line 353 
Line 353 
         /*          /*
          * Set the x bit so that we're ready to start executing           * Set the x bit so that we're ready to start executing
          */           */
         if (fchmod(fileno(fp), S_IRUSR | S_IWUSR | S_IXUSR) < 0)          if (fchmod(fileno(fp), S_IRUSR | S_IWUSR | S_IXUSR) == -1)
                 fatal("fchmod");                  fatal("fchmod");
   
         (void)fclose(fp);          (void)fclose(fp);

Legend:
Removed from v.1.81  
changed lines
  Added in v.1.82