[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[or-cvs] port to actual BSD
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>