minor patches to enable building for NetWare CLIB.
sent by Dmitry Mityugov.
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user