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:
Richard Frith-Macdonald 2004-11-22 11:48:50 +00:00
parent 02f54e6dd7
commit 94a96ae889
5 changed files with 17 additions and 38 deletions

View file

@ -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);