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

Diff for /src/usr.bin/newsyslog/newsyslog.c between version 1.28 and 1.29

version 1.28, 1999/11/09 03:03:27 version 1.29, 1999/11/09 03:28:41
Line 165 
Line 165 
         p = q = parse_file(&listlen);          p = q = parse_file(&listlen);
         signal(SIGCHLD, child_killer);          signal(SIGCHLD, child_killer);
   
         pidfiles = calloc(sizeof(pid_t), listlen + 1);          pidfiles = calloc(sizeof(char *), listlen + 1);
         if (pidfiles == NULL)          if (pidfiles == NULL)
                 err(1, "calloc");                  err(1, "calloc");
   

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29