Difference for common/porting.c from version 1.4 to 1.5


version 1.4 version 1.5
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_porting_c =   * static char *rcsid_porting_c =
  *   "$Id: porting.c,v 1.4 2001/02/07 07:54:47 cvs Exp $";   *   "$Id: porting.c,v 1.5 2001/04/06 00:45:04 michtoen Exp $";
  */   */
   
 /*  /*
Line 34
 
Line 34
  */   */
   
   
   #include "global.h"
   #ifdef WIN32 // ---win32 exclude headers
   #include "process.h"
   #else
 #include <ctype.h>  #include <ctype.h>
 #include <sys/stat.h>  #include <sys/stat.h>
   
 #include <sys/param.h>  #include <sys/param.h>
 #include <stdio.h>  #include <stdio.h>
   #endif // win32
   
 #ifdef HAVE_STDLIB_H  #ifdef HAVE_STDLIB_H
 #include <stdlib.h>  #include <stdlib.h>
Line 49
 
Line 53
 #include <unistd.h>  #include <unistd.h>
 #endif  #endif
   
 #include "global.h"  
   
 static unsigned int curtmp = 0;  static unsigned int curtmp = 0;
   


Legend:
line(s) removed in v.1.4 
line(s) changed
 line(s) added in v.1.5

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