[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:30 UTC 2002


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

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

Index: smtpap.c
===================================================================
RCS file: /home/or/cvsroot/src/smtpap/smtpap.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- smtpap.c	9 Sep 2002 04:10:58 -0000	1.5
+++ smtpap.c	10 Sep 2002 13:32:27 -0000	1.6
@@ -8,6 +8,9 @@
 /*
  * Changes :
  * $Log$
+ * Revision 1.6  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.5  2002/09/09 04:10:58  arma
  * port to actual BSD
  *
@@ -122,6 +125,8 @@
  *
  */
 
+#include "orconfig.h"
+#undef VERSION
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <sys/time.h>
@@ -140,6 +145,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