mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-04 10:30:47 +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
|
#endif
|
||||||
|
|
||||||
bindReturn = bind([self _sock],
|
bindReturn = bind([self _sock],
|
||||||
&_address.s, GSPrivateSockaddrLength(&_address.s));
|
(struct sockaddr*)&_address.s, GSPrivateSockaddrLength(&_address.s));
|
||||||
if (socketError(bindReturn))
|
if (socketError(bindReturn))
|
||||||
{
|
{
|
||||||
[self _recordError];
|
[self _recordError];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue