[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] Split util into util (general utilities), container (smartl...
- To: or-cvs@freehaven.net
- Subject: [or-cvs] Split util into util (general utilities), container (smartl...
- From: nickm@seul.org (Nick Mathewson)
- Date: Mon, 1 Nov 2004 15:41:49 -0500 (EST)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Mon, 01 Nov 2004 15:42:19 -0500
- Reply-to: or-dev@freehaven.net
- Sender: owner-or-cvs@freehaven.net
Update of /home/or/cvsroot/src/tools
In directory moria.mit.edu:/tmp/cvs-serv27441/src/tools
Modified Files:
tor-resolve.c
Log Message:
Split util into util (general utilities), container (smartlist and strmap), and compat (cross-platform compatability).
Index: tor-resolve.c
===================================================================
RCS file: /home/or/cvsroot/src/tools/tor-resolve.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- tor-resolve.c 28 Oct 2004 20:28:13 -0000 1.1
+++ tor-resolve.c 1 Nov 2004 20:41:47 -0000 1.2
@@ -4,6 +4,7 @@
#include "orconfig.h"
+#include "../common/compat.h"
#include "../common/util.h"
#include "../common/log.h"