Difference for common/porting.c from version 1.9 to 1.10


version 1.9 version 1.10
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_porting_c =   * static char *rcsid_porting_c =
  *   "$Id: porting.c,v 1.9 2001/07/14 04:04:53 mwedel Exp $";   *   "$Id: porting.c,v 1.10 2001/10/29 23:24:13 michtoen Exp $";
  */   */
   
 /*  /*
Line 36
 
Line 36
   
 #ifdef WIN32 /* ---win32 exclude/include headers */  #ifdef WIN32 /* ---win32 exclude/include headers */
 #include "process.h"  #include "process.h"
   #define pid_t int  /* we include it non global, because there is a redefinition in python.h */
 #else  #else
 #include <ctype.h>  #include <ctype.h>
 #include <sys/stat.h>  #include <sys/stat.h>


Legend:
line(s) removed in v.1.9 
line(s) changed
 line(s) added in v.1.10

File made using version 1.98 of cvs2html by leaf at 2011-07-21 17:16