[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/or
In directory moria.seul.org:/tmp/cvs-serv8888/src/or

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

Index: or.h
===================================================================
RCS file: /home/or/cvsroot/src/or/or.h,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- or.h	9 Sep 2002 04:10:58 -0000	1.19
+++ or.h	10 Sep 2002 13:32:27 -0000	1.20
@@ -16,6 +16,9 @@
 #include <signal.h>
 #include <netdb.h>
 #include <ctype.h>
+#ifdef HAVE_STDINT_H
+#include <stdint.h>
+#endif
 #ifdef HAVE_SYS_POLL_H
 #include <sys/poll.h>
 #elif HAVE_POLL_H



More information about the tor-commits mailing list