"You got BSD in my MacOS!" "You got MacOS in my BSD!" Anyway, MacOS works again.

svn:r102
This commit is contained in:
Nick Mathewson
2002-09-10 13:32:27 +00:00
parent 958ec8d4fb
commit 6cb8a91d5c
4 changed files with 20 additions and 1 deletions
+8
View File
@@ -8,6 +8,9 @@
/*
* Changes :
* $Log$
* Revision 1.9 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.8 2002/09/09 04:10:58 arma
* port to actual BSD
*
@@ -53,6 +56,8 @@
*
*/
#include "orconfig.h"
#undef VERSION
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/time.h>
@@ -71,6 +76,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"
+3
View File
@@ -16,6 +16,9 @@
#include <signal.h>
#include <netdb.h>
#include <ctype.h>
#ifdef HAVE_STDINT_H
#include <stdint.h>
#endif
#ifdef HAVE_SYS_POLL_H
#include <sys/poll.h>
#elif HAVE_POLL_H
+8
View File
@@ -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"