mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-23 21:52:13 +00:00
Include <sys/param.h> 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
This commit is contained in:
parent
25d96fb1e8
commit
c286e57a89
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,7 @@
|
|||
#include <objects/ConnectedCoder.h>
|
||||
#include <objects/String.h>
|
||||
#include <assert.h>
|
||||
#include <sys/param.h> /* for MAXHOSTNAMELEN */
|
||||
#if _AIX
|
||||
#include <sys/select.h>
|
||||
#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;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue