Tweaks for building with clang

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29254 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2010-01-10 14:38:16 +00:00
parent 83b5863735
commit 87c6d320c5
24 changed files with 106 additions and 54 deletions

View file

@ -172,7 +172,7 @@ static BOOL permitSSLv2 = NO;
[super finalize];
}
- (int) read: (void*)buf length: (int)len
- (int) read: (void*)buf length: (NSUInteger)len
{
if (connected)
{
@ -462,7 +462,7 @@ static BOOL permitSSLv2 = NO;
}
}
- (int) write: (const void*)buf length: (int)len
- (int) write: (const void*)buf length: (NSUInteger)len
{
if (connected)
{