[BACK]Return to sio.c CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000 / io

Diff for /OpenXM_contrib2/asir2000/io/sio.c between version 1.9.2.1 and 1.9.2.2

version 1.9.2.1, 2000/11/08 08:18:14 version 1.9.2.2, 2000/11/08 08:31:55
Line 44 
Line 44 
  * OF THE SOFTWARE HAS BEEN DEVELOPED BY A THIRD PARTY, THE THIRD PARTY   * OF THE SOFTWARE HAS BEEN DEVELOPED BY A THIRD PARTY, THE THIRD PARTY
  * DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE,   * DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE,
  * PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE.   * PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE.
  * $OpenXM: OpenXM_contrib2/asir2000/io/sio.c,v 1.9 2000/11/07 06:35:39 noro Exp $   * $OpenXM: OpenXM_contrib2/asir2000/io/sio.c,v 1.9.2.1 2000/11/08 08:18:14 maekawa Exp $
 */  */
 #if INET  #if INET
 #include "ca.h"  #include "ca.h"
Line 186  char *port_str;
Line 186  char *port_str;
   try to accept a connection request    try to accept a connection request
   
   Input    Input
     af_unix: s is UNIX domain socket if af_unix is nonzero  
     s: socket      s: socket
   
   Output    Output
Line 196  char *port_str;
Line 195  char *port_str;
   the original socket is always closed.    the original socket is always closed.
 */  */
   
 int try_accept(af_unix,s)  int try_accept(s)
 int af_unix,s;  int s;
 {  {
         union {          union {
                 struct sockaddr sa;                  struct sockaddr sa;

Legend:
Removed from v.1.9.2.1  
changed lines
  Added in v.1.9.2.2

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>