[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r8601: Trivial fix for solaris build. Libevent will want to use its (in tor/trunk: . src/or)
- To: or-cvs@xxxxxxxxxxxxx
- Subject: [or-cvs] r8601: Trivial fix for solaris build. Libevent will want to use its (in tor/trunk: . src/or)
- From: nickm@xxxxxxxx
- Date: Thu, 5 Oct 2006 23:05:20 -0400 (EDT)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Thu, 05 Oct 2006 23:05:29 -0400
- Reply-to: or-talk@xxxxxxxxxxxxx
- Sender: owner-or-cvs@xxxxxxxxxxxxx
Author: nickm
Date: 2006-10-05 23:05:19 -0400 (Thu, 05 Oct 2006)
New Revision: 8601
Modified:
tor/trunk/
tor/trunk/src/or/eventdns.c
Log:
r9101@Kushana: nickm | 2006-10-05 23:05:11 -0400
Trivial fix for solaris build. Libevent will want to use its own fix here, and probably already has.
Property changes on: tor/trunk
___________________________________________________________________
svk:merge ticket from /tor/trunk [r9101] on c95137ef-5f19-0410-b913-86e773d04f59
Modified: tor/trunk/src/or/eventdns.c
===================================================================
--- tor/trunk/src/or/eventdns.c 2006-10-05 19:22:26 UTC (rev 8600)
+++ tor/trunk/src/or/eventdns.c 2006-10-06 03:05:19 UTC (rev 8601)
@@ -225,6 +225,7 @@
#include "eventdns.h"
#include "eventdns_tor.h"
//#define NDEBUG
+#include "../common/torint.h"
#ifndef DNS_USE_CPU_CLOCK_FOR_ID
#ifndef DNS_USE_GETTIMEOFDAY_FOR_ID
@@ -261,7 +262,7 @@
#include <sys/types.h>
#include <fcntl.h>
#include <sys/time.h>
-#include <stdint.h>
+// #include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>