[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.89 and 1.90

version 1.89, 2011/05/19 05:11:39 version 1.90, 2012/01/15 13:02:12
Line 1314 
Line 1314 
   
                                 if (l > nd)                                  if (l > nd)
                                         return (-1);                                          return (-1);
                                   if (l < tm.tm_mday)
                                           tm.tm_mon++;
                                 tm.tm_mday = l;                                  tm.tm_mday = l;
                         }                          }
                         break;                          break;

Legend:
Removed from v.1.89  
changed lines
  Added in v.1.90