Updates form Randall Hopper for the FreeBSD build

This commit is contained in:
Robert Osfield
2001-12-29 12:28:24 +00:00
parent c236e38b90
commit 460a78b454
4 changed files with 15 additions and 4 deletions

View File

@@ -8,6 +8,7 @@
#include <netdb.h>
#include <arpa/inet.h>
#include <sys/time.h>
#include <string.h>
#include "receiver.h"
@@ -77,7 +78,7 @@ void Receiver::sync( void )
return;
}
#ifdef __linux
#if defined(__linux) || defined(__FreeBSD__)
socklen_t
#else
int