[or-cvs] port to actual BSD

Roger Dingledine arma at seul.org
Mon Sep 9 04:11:00 UTC 2002


Update of /home/or/cvsroot/src/or
In directory moria.seul.org:/home/arma/work/onion/cvs/src/or

Modified Files:
	or.h 
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: or.h
===================================================================
RCS file: /home/or/cvsroot/src/or/or.h,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- or.h	4 Sep 2002 06:29:28 -0000	1.18
+++ or.h	9 Sep 2002 04:10:58 -0000	1.19
@@ -10,7 +10,7 @@
 
 #include <stdio.h>
 #include <stdlib.h>
-#include <stdint.h>
+#include <limits.h>
 #include <unistd.h>
 #include <string.h>
 #include <signal.h>



More information about the tor-commits mailing list