aboutsummaryrefslogtreecommitdiff
path: root/src/httpap
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2002-09-09 04:10:58 +0000
committerRoger Dingledine <arma@torproject.org>2002-09-09 04:10:58 +0000
commit958ec8d4fba8a077731baa956e45ea551e637e73 (patch)
tree3365305b02be7db65779f2ed8ab7c75716f3fbee /src/httpap
parent1e4e0244ddf3b7d144d05aef7362443f84939d3f (diff)
downloadtor-958ec8d4fba8a077731baa956e45ea551e637e73.tar
tor-958ec8d4fba8a077731baa956e45ea551e637e73.tar.gz
port to actual BSD
(hey nick, does this break the os x build?) you still need to add some stuff to the ./configure commandline... anybody know a better solution? svn:r101
Diffstat (limited to 'src/httpap')
-rw-r--r--src/httpap/http.c10
-rw-r--r--src/httpap/httpap.c10
2 files changed, 18 insertions, 2 deletions
diff --git a/src/httpap/http.c b/src/httpap/http.c
index 9dab57aa9..a219d815c 100644
--- a/src/httpap/http.c
+++ b/src/httpap/http.c
@@ -8,6 +8,14 @@
/*
* Changes :
* $Log$
+ * Revision 1.3 2002/09/09 04:10:58 arma
+ * port to actual BSD
+ *
+ * (hey nick, does this break the os x build?)
+ *
+ * you still need to add some stuff to the ./configure commandline...
+ * anybody know a better solution?
+ *
* Revision 1.2 2002/08/24 07:56:22 arma
* proxies send port in host order as ascii string
*
@@ -32,7 +40,7 @@
#include <ctype.h>
#include <stdio.h>
#include <unistd.h>
-#include <stdint.h>
+#include <limits.h>
#include <string.h>
#include <stdlib.h>
#include <time.h>
diff --git a/src/httpap/httpap.c b/src/httpap/httpap.c
index 42801caef..3e5700cb8 100644
--- a/src/httpap/httpap.c
+++ b/src/httpap/httpap.c
@@ -8,6 +8,14 @@
/*
* Changes :
* $Log$
+ * Revision 1.8 2002/09/09 04:10:58 arma
+ * port to actual BSD
+ *
+ * (hey nick, does this break the os x build?)
+ *
+ * you still need to add some stuff to the ./configure commandline...
+ * anybody know a better solution?
+ *
* Revision 1.7 2002/09/03 18:44:23 nickm
* Port to MacOS X
*
@@ -59,7 +67,7 @@
#include <signal.h>
#include <stdarg.h>
#include <ctype.h>
-#include <stdint.h>
+#include <limits.h>
#include <string.h>
#include <stdlib.h>
#include <time.h>