[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.30 and 1.31

version 1.30, 2002/07/15 19:13:29 version 1.31, 2002/11/20 19:57:19
Line 146 
Line 146 
                 fd = open(atfile, O_WRONLY | O_CREAT | O_EXCL, S_IRUSR);                  fd = open(atfile, O_WRONLY | O_CREAT | O_EXCL, S_IRUSR);
                 if (fd >= 0)                  if (fd >= 0)
                         return (fd);                          return (fd);
                   runtimer++;
         }          }
         return (-1);          return (-1);
 }  }

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31