From c286e57a89e9800c39fb3f9af169cd5d7fd557a4 Mon Sep 17 00:00:00 2001 From: Andrew McCallum Date: Tue, 26 Mar 1996 00:27:03 +0000 Subject: [PATCH] Include for MAXHOSTNAMELEN. ([UdpInPort -newPacketReceivedBeforeDate:]): Return nil. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1266 72102866-910b-0410-8b05-ffd578937521 --- Source/UdpPort.m | 2 ++ 1 file changed, 2 insertions(+) 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; }