Difference for common/time.c from version 1.3 to 1.4


version 1.3 version 1.4
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_time_c =   * static char *rcsid_time_c =
  *    "$Id: time.c,v 1.3 2001/01/15 22:33:32 cvs Exp $";   *    "$Id: time.c,v 1.4 2001/04/06 00:45:17 michtoen Exp $";
  */   */
   
 /*  /*
Line 26
 
Line 26
     The author can be reached via e-mail to master@rahul.net      The author can be reached via e-mail to master@rahul.net
 */  */
   
 #include <stdio.h>  
 #include <sys/types.h>  
 #include <sys/time.h>  
 #include <global.h>  #include <global.h>
 #include <funcpoint.h>  #include <funcpoint.h>
   
   #ifndef WIN32 // ---win32 exclude header
   #include <stdio.h>
   #include <sys/types.h>
   #include <sys/time.h>
   #endif // win32
   
 /*  /*
  * Gloabal variables:   * Gloabal variables:


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

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