mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
Minor twekas to fix three bug reports.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20368 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
02f54e6dd7
commit
94a96ae889
5 changed files with 17 additions and 38 deletions
|
@ -1459,7 +1459,9 @@ static int unique_index = 0;
|
|||
{
|
||||
NSMapEnumerator me;
|
||||
int sock;
|
||||
#ifndef BROKEN_SO_REUSEADDR
|
||||
int opt = 1;
|
||||
#endif
|
||||
GSMessageHandle *handle = nil;
|
||||
|
||||
M_LOCK(myLock);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue