[or-cvs] You got BSD in my MacOS!" "You got MacOS in my BSD!" Anyway...

Nick Mathewson nickm at seul.org
Tue Sep 10 13:32:29 UTC 2002


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

Modified Files:
	httpap.c 
Log Message:
"You got BSD in my MacOS!" "You got MacOS in my BSD!" Anyway, MacOS works again.

Index: httpap.c
===================================================================
RCS file: /home/or/cvsroot/src/httpap/httpap.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- httpap.c	9 Sep 2002 04:10:58 -0000	1.8
+++ httpap.c	10 Sep 2002 13:32:27 -0000	1.9
@@ -8,6 +8,9 @@
 /*
  * Changes :
  * $Log$
+ * Revision 1.9  2002/09/10 13:32:27  nickm
+ * "You got BSD in my MacOS!" "You got MacOS in my BSD!" Anyway, MacOS works again.
+ *
  * Revision 1.8  2002/09/09 04:10:58  arma
  * port to actual BSD
  *
@@ -53,6 +56,8 @@
  *
  */
 
+#include "orconfig.h"
+#undef VERSION
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <sys/time.h>
@@ -71,6 +76,9 @@
 #include <string.h>
 #include <stdlib.h>
 #include <time.h>
+#ifdef HAVE_STDINT_H
+#include <stdint.h>
+#endif
 
 #include "../common/log.h"
 #include "../common/config.h"



More information about the tor-commits mailing list