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:
Nick Mathewson
2007-06-17 17:43:25 +00:00
parent 721899a447
commit 99792df645
2 changed files with 4 additions and 2 deletions
+1 -2
View File
@@ -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