diff --git a/Source/UdpPort.m b/Source/UdpPort.m index 10268acb8..fcfa51faf 100644 --- a/Source/UdpPort.m +++ b/Source/UdpPort.m @@ -31,6 +31,7 @@ #include #include #include +#include /* for MAXHOSTNAMELEN */ #if _AIX #include #endif /* _AIX */ @@ -189,6 +190,7 @@ static NSMapTable *port_number_2_in_port = NULL; want to wait for one directly from a port, you can use this method. */ - newPacketReceivedBeforeDate: date { + return nil; }