Cleaned up warnings and errors when compiled with Borland C++ and with GCC.

This commit is contained in:
skarg
2009-11-19 16:05:22 +00:00
parent 46c78db995
commit 2b519a5570
3 changed files with 16 additions and 6 deletions
+1
View File
@@ -46,6 +46,7 @@ int gettimeofday(
{
struct _timeb timebuffer;
tzp = tzp;
_ftime(&timebuffer);
tp->tv_sec = timebuffer.time;
tp->tv_usec = timebuffer.millitm * 1000;