|
From: Brenda L. <asp...@us...> - 2003-05-12 07:39:10
|
Update of /cvsroot/squeak/squeak/platforms/unix/plugins/SocketPlugin
In directory sc8-pr-cvs1:/tmp/cvs-serv6251/plugins/SocketPlugin
Modified Files:
sqUnixSocket.c
Log Message:
Ian Piumarta's release 3.4.1
Index: sqUnixSocket.c
===================================================================
RCS file: /cvsroot/squeak/squeak/platforms/unix/plugins/SocketPlugin/sqUnixSocket.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** sqUnixSocket.c 5 May 2002 12:29:55 -0000 1.4
--- sqUnixSocket.c 12 May 2003 07:39:04 -0000 1.5
***************
*** 1,6 ****
/* sqUnixSocket.c -- Unix socket support
*
! * Copyright (C) 1996 1997 1998 1999 2000 2001 Ian Piumarta and individual
! * authors/contributors listed elsewhere in this file.
* All rights reserved.
*
--- 1,6 ----
/* sqUnixSocket.c -- Unix socket support
*
! * Copyright (C) 1996-2002 Ian Piumarta and other authors/contributors
[...1573 lines suppressed...]
severely grumpy after fixing several very unpleasant bugs that
somebody introduced into this file while i wasn't looking.) */
! *result= val;
return 0;
}
***************
*** 1370,1381 ****
}
- #if 0
- /* TPR - shouldn't be reuired now SocketPlugin is fixed */
- int ioCanCreateSocketOfType(int netType, int socketType) { return true; }
- int ioCanConnectToPort(int netAddr, int port) { return true; }
- int ioCanListenOnPort(SocketPtr s, int port) { return true; }
- int ioDisableSocketAccess(void) { return true; }
- int ioHasSocketAccess(void) { return true; }
- #endif
/*** Resolver functions ***/
--- 1302,1305 ----
|