*** nameser.h.old	Tue Dec 23 12:32:18 2003
--- nameser.h	Tue Dec 23 13:14:28 2003
***************
*** 18,24 ****
  #define getpid() _getpid()
  
  int strcasecmp(const char *a, const char *b);
! int gettimeofday(struct timeval *tv, struct timezone *tz);
  
  #define NS_CMPRSFLGS  0xc0  
  
--- 18,25 ----
  #define getpid() _getpid()
  
  int strcasecmp(const char *a, const char *b);
! int ares_gettimeofday(struct timeval *tv, struct timezone *tz);
! #define gettimeofday(tv,tz) ares_gettimeofday(tv,tz)
  
  #define NS_CMPRSFLGS  0xc0  
  
*** windows_port.c.old	Tue Dec 23 12:29:50 2003
--- windows_port.c	Tue Dec 23 12:30:00 2003
***************
*** 25,31 ****
  }
  
  int 
! gettimeofday(struct timeval *tv, struct timezone *tz) 
  {
      FILETIME        ft;
      LARGE_INTEGER   li;
--- 25,31 ----
  }
  
  int 
! ares_gettimeofday(struct timeval *tv, struct timezone *tz) 
  {
      FILETIME        ft;
      LARGE_INTEGER   li;

