minor patches to enable building for NetWare CLIB.

sent by Dmitry Mityugov.
This commit is contained in:
Gunter Knauf
2007-06-30 20:08:13 +00:00
parent 3fc6faf1ae
commit afdfa4bed2
8 changed files with 48 additions and 5 deletions

View File

@@ -68,6 +68,9 @@ static int gettimeofday(struct timeval *tp, void *nothing)
}
#else /* WIN32 */
/* non-win32 version of Curl_gettimeofday() */
#if (defined(NETWARE) && !defined(__NOVELL_LIBC__))
#include <sys/timeval.h>
#endif
static int gettimeofday(struct timeval *tp, void *nothing)
{
(void)nothing; /* we don't support specific time-zones */