fix curl gettimeofday bug

This commit is contained in:
Mark 2005-04-13 21:07:29 +00:00
parent 7c570fb71a
commit 14a7361895

View file

@ -64,7 +64,7 @@ gettimeofday (struct timeval *tp, void *nothing)
tp->tv_sec = Sec;
tp->tv_usec = Usec;
#endif
return 1;
return 0;
}
#define HAVE_GETTIMEOFDAY
#endif