[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.16 and 1.17

version 1.16, 1998/07/09 20:40:58 version 1.17, 1999/12/15 05:33:06
Line 197 
Line 197 
   
         sigaction(SIGINT, &act, NULL);          sigaction(SIGINT, &act, NULL);
   
         (void)strcpy(atfile, _PATH_ATJOBS);          (void)strlcpy(atfile, _PATH_ATJOBS, sizeof atfile);
         ppos = atfile + strlen(atfile);          ppos = atfile + strlen(atfile);
   
         /*          /*

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