mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
r13473@catbus: nickm | 2007-06-17 13:42:36 -0400
Fix solaris eventdns.c behavior. This time, I think I got it. We were redefining _FILE_OFFSET_BITS, and thereby calling fstat64() on a struct stat, or something like that. svn:r10643
This commit is contained in:
+1
-2
@@ -32,10 +32,9 @@
|
||||
* Version: 0.1b
|
||||
*/
|
||||
|
||||
#include <sys/types.h>
|
||||
#include "eventdns_tor.h"
|
||||
#include <sys/types.h>
|
||||
//#define NDEBUG
|
||||
#include "../common/torint.h"
|
||||
|
||||
#ifndef DNS_USE_CPU_CLOCK_FOR_ID
|
||||
#ifndef DNS_USE_GETTIMEOFDAY_FOR_ID
|
||||
|
||||
Reference in New Issue
Block a user