[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[or-cvs] You got BSD in my MacOS!" "You got MacOS in my BSD!" Anyway...
- To: or-cvs@freehaven.net
- Subject: [or-cvs] You got BSD in my MacOS!" "You got MacOS in my BSD!" Anyway...
- From: nickm@seul.org (Nick Mathewson)
- Date: Tue, 10 Sep 2002 09:32:30 -0400 (EDT)
- Delivered-To: archiver@seul.org
- Delivered-To: or-cvs-outgoing@seul.org
- Delivered-To: or-cvs@seul.org
- Delivery-Date: Tue, 10 Sep 2002 09:32:41 -0400
- Reply-To: or-dev@freehaven.net
- Sender: owner-or-cvs@freehaven.net
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"