mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
Fix build issues with Linux
This commit is contained in:
parent
337ebbea0b
commit
430fa511b7
1 changed files with 1 additions and 1 deletions
|
@ -2792,7 +2792,7 @@ setNonBlocking(SOCKET fd)
|
|||
#endif
|
||||
|
||||
bindReturn = bind([self _sock],
|
||||
&_address.s, GSPrivateSockaddrLength(&_address.s));
|
||||
(struct sockaddr*)&_address.s, GSPrivateSockaddrLength(&_address.s));
|
||||
if (socketError(bindReturn))
|
||||
{
|
||||
[self _recordError];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue