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

Diff for /src/usr.bin/cvs/config.c between version 1.8 and 1.9

version 1.8, 2007/02/17 18:23:43 version 1.9, 2007/02/22 06:42:09
Line 15 
Line 15 
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.   * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */   */
   
 #include "includes.h"  #include <sys/param.h>
   #include <sys/dirent.h>
   #include <sys/resource.h>
   
   #include <errno.h>
   #include <stdlib.h>
   #include <string.h>
   
 #include "cvs.h"  #include "cvs.h"
 #include "config.h"  #include "config.h"
 #include "diff.h"  
 #include "log.h"  
   
 void  void
 cvs_parse_configfile(void)  cvs_parse_configfile(void)

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9