[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.67 and 1.68

version 1.67, 2003/06/03 21:09:02 version 1.68, 2003/06/09 20:21:36
Line 106 
Line 106 
 #include <stdio.h>  #include <stdio.h>
 #include <stdlib.h>  #include <stdlib.h>
 #include <string.h>  #include <string.h>
   #include <time.h>
 #include <unistd.h>  #include <unistd.h>
   
 #define CE_ROTATED      0x01            /* Log file has been rotated */  #define CE_ROTATED      0x01            /* Log file has been rotated */

Legend:
Removed from v.1.67  
changed lines
  Added in v.1.68