[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.74 and 1.75

version 1.74, 2003/07/01 23:43:12 version 1.75, 2003/07/25 10:28:53
Line 490 
Line 490 
                 err(1, "can't open %s", conf);                  err(1, "can't open %s", conf);
   
         *nentries = 0;          *nentries = 0;
         for (lineno = 0; fgets(line, sizeof(line), f); lineno++) {          for (lineno = 1; fgets(line, sizeof(line), f); lineno++) {
                 tmp = sob(line);                  tmp = sob(line);
                 if (*tmp == '\0' || *tmp == '#')                  if (*tmp == '\0' || *tmp == '#')
                         continue;                          continue;

Legend:
Removed from v.1.74  
changed lines
  Added in v.1.75