[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[or-cvs] port to actual BSD
Update of /home/or/cvsroot/src/httpap
In directory moria.seul.org:/home/arma/work/onion/cvs/src/httpap
Modified Files:
http.c httpap.c
Log Message:
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?
Index: http.c
===================================================================
RCS file: /home/or/cvsroot/src/httpap/http.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- http.c 24 Aug 2002 07:56:22 -0000 1.2
+++ http.c 9 Sep 2002 04:10:58 -0000 1.3
@@ -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>
Index: httpap.c
===================================================================
RCS file: /home/or/cvsroot/src/httpap/httpap.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- httpap.c 3 Sep 2002 18:44:23 -0000 1.7
+++ httpap.c 9 Sep 2002 04:10:58 -0000 1.8
@@ -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>