[or-cvs] Port to MacOS X

Nick Mathewson nickm at seul.org
Tue Sep 3 18:44:26 UTC 2002


Update of /home/or/cvsroot/src/httpap
In directory moria.seul.org:/tmp/cvs-serv32503/src/httpap

Modified Files:
	httpap.c 
Log Message:
Port to MacOS X

Index: httpap.c
===================================================================
RCS file: /home/or/cvsroot/src/httpap/httpap.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- httpap.c	24 Aug 2002 07:56:22 -0000	1.6
+++ httpap.c	3 Sep 2002 18:44:23 -0000	1.7
@@ -8,6 +8,9 @@
 /*
  * Changes :
  * $Log$
+ * Revision 1.7  2002/09/03 18:44:23  nickm
+ * Port to MacOS X
+ *
  * Revision 1.6  2002/08/24 07:56:22  arma
  * proxies send port in host order as ascii string
  *
@@ -45,6 +48,7 @@
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <sys/time.h>
+#include <sys/wait.h>
 #include <netinet/in.h>
 #include <netdb.h>
 #include <arpa/inet.h>
@@ -53,7 +57,6 @@
 #include <stdio.h>
 #include <unistd.h>
 #include <signal.h>
-#include <wait.h>
 #include <stdarg.h>
 #include <ctype.h>
 #include <stdint.h>



More information about the tor-commits mailing list