[BACK]Return to mytcpio.c CVS log [TXT][DIR] Up to [local] / OpenXM / src / kan96xx / plugin

Diff for /OpenXM/src/kan96xx/plugin/mytcpio.c between version 1.5 and 1.6

version 1.5, 2001/05/04 01:06:30 version 1.6, 2002/02/24 10:27:20
Line 1 
Line 1 
 /*  $OpenXM: OpenXM/src/kan96xx/plugin/mytcpio.c,v 1.4 2000/09/08 16:08:42 takayama Exp $ */  /*  $OpenXM: OpenXM/src/kan96xx/plugin/mytcpio.c,v 1.5 2001/05/04 01:06:30 takayama Exp $ */
 #include <stdio.h>  #include <stdio.h>
 #include <sys/types.h>  #include <sys/types.h>
 #include <sys/socket.h>  #include <sys/socket.h>
Line 15 
Line 15 
 #if defined(sun)  #if defined(sun)
 int MyEnv_oxmisc[2000];  int MyEnv_oxmisc[2000];
 #else  #else
   #if defined(__CYGWIN__)
   sigjmp_buf MyEnv_oxmisc; /* may cause a trouble in Solaris. */
   #else
 jmp_buf MyEnv_oxmisc; /* may cause a trouble in Solaris. */  jmp_buf MyEnv_oxmisc; /* may cause a trouble in Solaris. */
   #endif
 #endif  #endif
   
 #define READBUFSIZE 10000  #define READBUFSIZE 10000

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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