summaryrefslogtreecommitdiff
path: root/src/common/util.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2009-01-20 21:33:56 +0000
committerNick Mathewson <nickm@torproject.org>2009-01-20 21:33:56 +0000
commita87980c2eb8933e2d291e3a2dc009aa69e82e128 (patch)
tree1e936d62c9fb589981d1f35cc555e6f0c7b7dc2f /src/common/util.c
parentd20ae4962f24098eba179064d5c9f971ee85d0e6 (diff)
downloadtor-a87980c2eb8933e2d291e3a2dc009aa69e82e128.tar.gz
tor-a87980c2eb8933e2d291e3a2dc009aa69e82e128.zip
Add a better (non-locale-having) ctypes implementation to avoid protocol and parsing mismatches on different platforms.
svn:r18189
Diffstat (limited to 'src/common/util.c')
-rw-r--r--src/common/util.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/common/util.c b/src/common/util.c
index c383417fde..d9c0495ed9 100644
--- a/src/common/util.c
+++ b/src/common/util.c
@@ -30,9 +30,6 @@
#include <pwd.h>
#endif
-#ifdef HAVE_CTYPE_H
-#include <ctype.h>
-#endif
#include <stdlib.h>
#include <stdio.h>
#include <string.h>