[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/smtpap
In directory moria.seul.org:/home/arma/work/onion/cvs/src/smtpap

Modified Files:
	smtpap.c 
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: smtpap.c
===================================================================
RCS file: /home/or/cvsroot/src/smtpap/smtpap.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- smtpap.c	3 Sep 2002 18:44:24 -0000	1.4
+++ smtpap.c	9 Sep 2002 04:10:58 -0000	1.5
@@ -8,6 +8,14 @@
 /*
  * Changes :
  * $Log$
+ * Revision 1.5  2002/09/09 04:10:58  arma
+ * 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?
+ *
  * Revision 1.4  2002/09/03 18:44:24  nickm
  * Port to MacOS X
  *
@@ -128,7 +136,7 @@
 #include <signal.h>
 #include <stdarg.h>
 #include <ctype.h>
-#include <stdint.h>
+#include <limits.h>
 #include <string.h>
 #include <stdlib.h>
 #include <time.h>



More information about the tor-commits mailing list