(almost) recent changes from 0.9.6-stable.

This commit is contained in:
Richard Levitte
2002-11-15 11:19:28 +00:00
parent 78a0aebbd8
commit 9c8fd367c4
21 changed files with 148 additions and 40 deletions

View File

@@ -1287,7 +1287,7 @@ EXITPOINT:
// Send some bytes
int MacSocket_send(const int inSocketNum,void *inBuff,int inBuffLength)
int MacSocket_send(const int inSocketNum,const void *inBuff,int inBuffLength)
{
OSErr errCode = noErr;
int bytesSent = 0;
@@ -1604,4 +1604,4 @@ EPInfo* epi = (EPInfo*) context;
}
}
}
*/
*/